ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
throwException.php File Reference

Go to the source code of this file.

Variables

 $ini = new ilIniFile("ilias.ini.php")
 
 $http = $ini->readVariable("server","http_path")
 
 $_SERVER ['HTTP_HOST'] = $http
 
 $_SERVER ['REQUEST_URI'] = ""
 

Variable Documentation

◆ $_SERVER [1/2]

$_SERVER[ 'HTTP_HOST'] = $http

Definition at line 10 of file throwException.php.

◆ $_SERVER [2/2]

$_SERVER[ 'REQUEST_URI'] = ""

Definition at line 11 of file throwException.php.

◆ $http

$http = $ini->readVariable("server","http_path")

Definition at line 7 of file throwException.php.

◆ $ini

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

Definition at line 4 of file throwException.php.