ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
dummy_server.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 exit; // Copy this script to the publically(!) available ILIAS (root) folder
22 
23 chdir('../..');
24 
25 require_once 'vendor/composer/vendor/autoload.php';
26 
27 global $HTTP_RAW_POST_DATA;
28 
29 // Initialize the error_reporting level, until it will be overwritte when ILIAS gets initialized
30 ini_set('display_errors', '1');
31 error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
32 
34 $server->start();
global $HTTP_RAW_POST_DATA
exit
$server