ILIAS  release_8 Revision v8.24
throwException.php
Go to the documentation of this file.
1<?php
2
3chdir("./../../../");
4$ini = new ilIniFile("ilias.ini.php");
5$ini->read();
6
7$http = $ini->readVariable("server", "http_path");
8$http = preg_replace("/^(https:\/\/)|(http:\/\/)+/", "", $http);
9
10$_SERVER['HTTP_HOST'] = $http;
11$_SERVER['REQUEST_URI'] = "";
12
14
15throw new Exception("This is your error message");
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static initILIAS()
ilias initialisation
$_SERVER['HTTP_HOST']
$http
$ini