phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgroupware index.php,1.110.2.2.2.1,1.110.2.2.2


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware index.php,1.110.2.2.2.1,1.110.2.2.2.2
Date: Sun, 18 May 2003 03:02:00 -0400

Update of /cvsroot/phpgroupware/phpgroupware
In directory subversions:/tmp/cvs-serv9397

Modified Files:
      Tag: Version-0_9_16-branch
        index.php 
Log Message:
removed get_var() call - note to self ... don't assume - TEST

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/index.php,v
retrieving revision 1.110.2.2.2.1
retrieving revision 1.110.2.2.2.2
diff -C2 -r1.110.2.2.2.1 -r1.110.2.2.2.2
*** index.php   18 May 2003 06:53:08 -0000      1.110.2.2.2.1
--- index.php   18 May 2003 07:01:58 -0000      1.110.2.2.2.2
***************
*** 13,17 ****
  
        $phpgw_info = array();
!       $GLOBALS['sessionid'] = get_var('sessionid',array('GET','COOKIE'));
        if (! $GLOBALS['sessionid'])
        {
--- 13,17 ----
  
        $phpgw_info = array();
!       $GLOBALS['sessionid'] = (isset($_GET['sessionid']) ? $_GET['sessionid'] 
: $_COOKIE['sessionid']);
        if (! $GLOBALS['sessionid'])
        {





reply via email to

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