ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
server.php File Reference

Go to the source code of this file.

Namespaces

 ilias
 redirection script todo: (a better solution should control the processing via a xml file)
 

Variables

const ILIAS_MODULE "webservice/soap"
 
const IL_SOAPMODE_NUSOAP 0
 
const IL_SOAPMODE_INTERNAL 1
 
const IL_SOAPMODE IL_SOAPMODE_INTERNAL
 
 $ilIliasIniFile = new ilIniFile("./ilias.ini.php")
 
if((bool) $ilIliasIniFile->readVariable('https', 'auto_https_detect_enabled')) if(IL_SOAPMODE==IL_SOAPMODE_INTERNAL &&strcasecmp($_SERVER["REQUEST_METHOD"], "post")==0) else
 

Variable Documentation

◆ $ilIliasIniFile

$ilIliasIniFile = new ilIniFile("./ilias.ini.php")

Definition at line 24 of file server.php.

◆ else

if ((bool) $ilIliasIniFile->readVariable( 'https', 'auto_https_detect_enabled')) if (IL_SOAPMODE==IL_SOAPMODE_INTERNAL &&strcasecmp( $_SERVER["REQUEST_METHOD"], "post")==0) else
Initial value:
{
include('webservice/soap/nusoapserver.php')

Definition at line 50 of file server.php.

◆ IL_SOAPMODE

const IL_SOAPMODE IL_SOAPMODE_INTERNAL

Definition at line 19 of file server.php.

Referenced by ilSoapAdministration\__construct().

◆ IL_SOAPMODE_INTERNAL

const IL_SOAPMODE_INTERNAL 1

Definition at line 16 of file server.php.

◆ IL_SOAPMODE_NUSOAP

const IL_SOAPMODE_NUSOAP 0

Definition at line 15 of file server.php.

Referenced by ilSoapAdministration\__construct().

◆ ILIAS_MODULE