36 if (
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"';
    41 if (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 />
    63 while the functionality 
for the maintenance mode and the multi-<br />
    64 clients are removed completely as dicussed in the context of<br />
    65 the 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>
    71 Have a look into a detailed documentation of the setup in the<br />
    72 file setup/README.md or take a look into the 
ILIAS installation<br />
    73 instructions at <a href=
"../docs/configuration/install.md">docs/configuration/install.md</a>.<br />
 
Class ChatMainBarProvider .