phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] [21218] Fixing CVE-2010-0404, update the CHANGELOG, p


From: Caeies
Subject: [Phpgroupware-cvs] [21218] Fixing CVE-2010-0404, update the CHANGELOG, prepare the already done 16.016 release
Date: Wed, 02 Jun 2010 09:21:59 +0000

Revision: 21218
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=21218
Author:   Caeies
Date:     2010-06-02 09:21:59 +0000 (Wed, 02 Jun 2010)
Log Message:
-----------
Fixing CVE-2010-0404, update the CHANGELOG, prepare the already done 16.016 
release

Modified Paths:
--------------
    modules/preferences/branches/branch_0_9_16/inc/class.uiaclprefs.inc.php

Modified: 
modules/preferences/branches/branch_0_9_16/inc/class.uiaclprefs.inc.php
===================================================================
--- modules/preferences/branches/branch_0_9_16/inc/class.uiaclprefs.inc.php     
2010-06-02 09:21:48 UTC (rev 21217)
+++ modules/preferences/branches/branch_0_9_16/inc/class.uiaclprefs.inc.php     
2010-06-02 09:21:59 UTC (rev 21218)
@@ -25,7 +25,7 @@
 
                function index()
                {
-                       $acl_app        = 
get_var('acl_app',array('POST','GET'));
+                       $acl_app        = 
reg_var('acl_app',array('POST','GET'), 'string', False, False);
                        $start          = get_var('start',array('POST','GET'));
                        $query          = get_var('query',array('POST','GET'));
                        $s_groups       = 
get_var('s_groups',array('POST','GET'));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]