19 declare(strict_types=1);
22 require_once
'../vendor/composer/vendor/autoload.php';
23 require_once __DIR__ .
'/../artifacts/bootstrap_default.php';
25 $DIC->globalScreen()->tool()->context()->claim()->external();
27 $local_tpl->addBlockFile(
"CONTENT",
"content",
"tpl.error.html");
28 $lng->loadLanguageModule(
"error");
40 $tpl->printToStdout();
42 if (defined(
'DEVMODE') && DEVMODE) {
46 if (!($e instanceof \PDOException)) {
47 die($e->getMessage());
special template class to simplify handling of ITX/PEAR
static secureUrl(string $url)
static clear(string $a_var)
entry_point(string $name)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...