phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgroupware login.php,1.76.2.4.2.6,1.76.2.4.2.7


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware login.php,1.76.2.4.2.6,1.76.2.4.2.7
Date: Sun, 18 May 2003 05:37:09 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        login.php 
Log Message:
last_login cookie for login fix

Index: login.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/login.php,v
retrieving revision 1.76.2.4.2.6
retrieving revision 1.76.2.4.2.7
diff -C2 -r1.76.2.4.2.6 -r1.76.2.4.2.7
*** login.php   18 May 2003 06:23:47 -0000      1.76.2.4.2.6
--- login.php   18 May 2003 09:37:07 -0000      1.76.2.4.2.7
***************
*** 84,88 ****
                global $code, $last_loginid, $login;
                /* This needs to be this way, because if someone doesnt want to 
use cookies, we shouldnt sneak one in */
!               if ($_GET['cd'] != 5 && 
(isset($GLOBALS['phpgw_info']['server']['usecookies']) && 
$GLOBALS['phpgw_info']['server']['usecookies']))
                {
                        return $_COOKIE['last_loginid'];
--- 84,88 ----
                global $code, $last_loginid, $login;
                /* This needs to be this way, because if someone doesnt want to 
use cookies, we shouldnt sneak one in */
!               if ($_GET['cd'] != 5 && $_GET['cd'] != 99 && 
(isset($GLOBALS['phpgw_info']['server']['usecookies']) && 
$GLOBALS['phpgw_info']['server']['usecookies']))
                {
                        return $_COOKIE['last_loginid'];





reply via email to

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