mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
merged dave's php4.1+ change from .16
This commit is contained in:
parent
cce3d68984
commit
8d77552935
@ -927,7 +927,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(@isset($GLOBALS['phpgw_info']['server']['enforce_ssl']) && $GLOBALS['phpgw_info']['server']['enforce_ssl'] && !$GLOBALS['HTTP_SERVER_VARS']['HTTPS'])
|
if(@isset($GLOBALS['phpgw_info']['server']['enforce_ssl']) && $GLOBALS['phpgw_info']['server']['enforce_ssl'] && !$_SERVER['HTTPS'])
|
||||||
{
|
{
|
||||||
if(substr($url ,0,4) != 'http')
|
if(substr($url ,0,4) != 'http')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user