[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: phpgroupware index.php,1.110.2.2.2.3,1.110.2.2.2
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: phpgroupware index.php,1.110.2.2.2.3,1.110.2.2.2.4 |
Date: |
Sun, 18 May 2003 11:21:07 -0400 |
Update of /cvsroot/phpgroupware/phpgroupware
In directory subversions:/tmp/cvs-serv31852
Modified Files:
Tag: Version-0_9_16-branch
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.110.2.2.2.3
retrieving revision 1.110.2.2.2.4
diff -C2 -r1.110.2.2.2.3 -r1.110.2.2.2.4
*** index.php 18 May 2003 15:14:38 -0000 1.110.2.2.2.3
--- index.php 18 May 2003 15:21:05 -0000 1.110.2.2.2.4
***************
*** 19,23 ****
}
! $GLOBALS['sessionid'] = get_var('sessionid',array('GET','COOKIE'));
if (! $GLOBALS['sessionid'])
{
--- 19,23 ----
}
! $GLOBALS['sessionid'] = isset($_GET['sessionid']) ? $_GET['sessionid']
: $_COOKIE['sessionid'];
if (! $GLOBALS['sessionid'])
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgroupware index.php,1.110.2.2.2.3,1.110.2.2.2.4,
Ralf Becker <address@hidden> <=