forked from extern/egroupware
register globals
This commit is contained in:
parent
f7b2cefbf3
commit
726607234e
@ -165,7 +165,7 @@
|
|||||||
|
|
||||||
if ( !$url )
|
if ( !$url )
|
||||||
{
|
{
|
||||||
$url = $GLOBALS['PHP_SELF'];
|
$url = $_SERVER['PHP_SELF'];
|
||||||
}
|
}
|
||||||
if ( $iis )
|
if ( $iis )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user