ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 |
$ilIliasIniFile = new ilIniFile("./ilias.ini.php") |
Definition at line 24 of file server.php.
if ((bool) $ilIliasIniFile->readVariable( 'https', 'auto_https_detect_enabled')) if (IL_SOAPMODE==IL_SOAPMODE_INTERNAL &&strcasecmp( $_SERVER["REQUEST_METHOD"], "post")==0) else |
Definition at line 50 of file server.php.
const IL_SOAPMODE IL_SOAPMODE_INTERNAL |
Definition at line 19 of file server.php.
Referenced by ilSoapAdministration\__construct().
const IL_SOAPMODE_INTERNAL 1 |
Definition at line 16 of file server.php.
const IL_SOAPMODE_NUSOAP 0 |
Definition at line 15 of file server.php.
Referenced by ilSoapAdministration\__construct().
const ILIAS_MODULE "webservice/soap" |
Definition at line 14 of file server.php.
Referenced by ilInitialisation\buildHTTPPath(), ilSoapFunctions\buildHTTPPath(), ilUtil\getP3PLocation(), ilTemplate\getTemplateIdentifier(), and ilTemplate\getTemplatePath().