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.119,1.120


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware index.php,1.119,1.120
Date: Sun, 18 May 2003 11:22:45 -0400

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

Modified Files:
        index.php 
Log Message:
upps, get_var not loaded at that time

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/index.php,v
retrieving revision 1.119
retrieving revision 1.120
diff -C2 -r1.119 -r1.120
*** index.php   18 May 2003 15:18:02 -0000      1.119
--- index.php   18 May 2003 15:22:43 -0000      1.120
***************
*** 18,22 ****
        }
  
!       $GLOBALS['sessionid'] = get_var('sessionid',array('GET','COOKIE'));
        if (! $GLOBALS['sessionid'])
        {
--- 18,22 ----
        }
  
!       $GLOBALS['sessionid'] = isset($_GET['sessionid']) ? $_GET['sessionid'] 
: $_COOKIE['sessionid'];
        if (! $GLOBALS['sessionid'])
        {





reply via email to

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