phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.sessions.inc.php,1.104.4.10,


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.sessions.inc.php,1.104.4.10,1.104.4.11
Date: Thu, 05 Jun 2003 20:19:29 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv8863

Modified Files:
      Tag: Version-0_9_16-branch
        class.sessions.inc.php 
Log Message:
fix for fix for Bug #3566

Index: class.sessions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.sessions.inc.php,v
retrieving revision 1.104.4.10
retrieving revision 1.104.4.11
diff -C2 -r1.104.4.10 -r1.104.4.11
*** class.sessions.inc.php      5 Jun 2003 23:40:11 -0000       1.104.4.10
--- class.sessions.inc.php      6 Jun 2003 00:19:26 -0000       1.104.4.11
***************
*** 928,932 ****
                        }
  
!                       
if(@isset($GLOBALS['phpgw_info']['server']['enforce_ssl']) && 
$GLOBALS['phpgw_info']['server']['enforce_ssl'] // && !$_SERVER['HTTPS']) imho 
https should always be a full path - skwashd
                        {
                                if(substr($url ,0,4) != 'http')
--- 928,932 ----
                        }
  
!                       
if(@isset($GLOBALS['phpgw_info']['server']['enforce_ssl']) && 
$GLOBALS['phpgw_info']['server']['enforce_ssl']); // && !$_SERVER['HTTPS']) 
imho https should always be a full path - skwashd
                        {
                                if(substr($url ,0,4) != 'http')





reply via email to

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