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