19 declare(strict_types=1);
21 if (!file_exists(
'../ilias.ini.php')) {
22 die(
'The ILIAS setup is not completed. Please run the setup routine.');
25 require_once
'../vendor/composer/vendor/autoload.php';
26 require_once __DIR__ .
'/../artifacts/bootstrap_default.php';
31 $DIC->ctrl()->callBaseClass(ilStartUpGUI::class);
32 $DIC[
'ilBench']->save();
static setForcedCommand(string $cmd)
exit
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
entry_point(string $name)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...