36if (
false === file_exists(__DIR__ .
'/../libs/composer/vendor/autoload.php')) {
37 echo
'Could not find composers "autoload.php". Try to run "composer install" in the directory ".libs/composer"';
41if (php_sapi_name() ===
"cli") {
42 require_once(__DIR__ .
"/cli.php");
44 header(
"Content-Type: text/html");
47<p>the GUI
for the setup is abandoned as of
ILIAS 7:</p>
50<a href=
"https://docu.ilias.de/goto_docu_wiki_wpage_6314_1357.html" target=
"_blank">Setup - Abandon web based GUI</a><br />
51<a href=
"https://docu.ilias.de/goto_docu_wiki_wpage_6391_1357.html" target=
"_blank">Setup - Abandon Maintenance Mode</a><br />
52<a href=
"https://docu.ilias.de/goto_docu_wiki_wpage_6338_1357.html" target=
"_blank">Setup - Abandon Multi Client</a><br />
55<p>It is replaced by a command line implementation of the setup:</p>
58<a href=
"https://docu.ilias.de/goto_docu_wiki_wpage_5890_1357.html" target=
"_blank">Setup - Introduce CLI-Setup</a><br />
59<a href=
"https://docu.ilias.de/goto_docu_wiki_wpage_6567_1357.html" target=
"_blank">Setup - Let update-Command change configs</a><br />
63while the functionality
for the maintenance mode and the multi-<br />
64clients are removed completely as dicussed in the context of<br />
65the Setup Revision:<br />
68<p><a href=
"https://docu.ilias.de/goto_docu_wiki_wpage_4900_1357.html" target=
"_blank">Setup Revision 2018</a></p>
71Have a look into a detailed documentation of the setup in the<br />
72file setup/README.md or take a look into the
ILIAS installation<br />
73instructions at <a href=
"../docs/configuration/install.md">docs/configuration/install.md</a>.<br />
An exception for terminatinating execution or to throw for unit testing.
Class ChatMainBarProvider \MainMenu\Provider.