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.9,1


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

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.sessions.inc.php 
Log Message:
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.9
retrieving revision 1.104.4.10
diff -C2 -r1.104.4.9 -r1.104.4.10
*** class.sessions.inc.php      22 May 2003 21:33:16 -0000      1.104.4.9
--- class.sessions.inc.php      5 Jun 2003 23:40:11 -0000       1.104.4.10
***************
*** 928,932 ****
                        }
  
!                       
if(@isset($GLOBALS['phpgw_info']['server']['enforce_ssl']) && 
$GLOBALS['phpgw_info']['server']['enforce_ssl'] && !$_SERVER['HTTPS'])
                        {
                                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]