mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-29 22:28:44 +02:00
gnu-patch #1245
This commit is contained in:
@ -60,12 +60,12 @@
|
||||
{
|
||||
$this->query($query);
|
||||
|
||||
if(ereg('xmlrpc.php',$GLOBALS['PHP_SELF']))
|
||||
if (ereg('xmlrpc.php',$_SERVER['PHP_SELF']))
|
||||
{
|
||||
$this->xmlrpc = True;
|
||||
}
|
||||
|
||||
if(ereg('soap.php',$GLOBALS['PHP_SELF']))
|
||||
if (ereg('soap.php',$_SERVER['PHP_SELF']))
|
||||
{
|
||||
$this->soap = True;
|
||||
}
|
||||
|
Reference in New Issue
Block a user