4 define(
'IL_INITIAL_WD', getcwd());
5 if (is_dir(
"./pear")) {
6 ini_set(
"include_path",
"./pear:" . ini_get(
"include_path"));
9 require_once
"./setup/include/inc.setup_header.php";
14 $tpl->setCurrentBlock(
"client_setup");
16 $tpl->parseCurrentBlock();
19 $tpl->setVariable(
"PAGETITLE",
"Setup");
21 $tpl->setVariable(
"LOCATION_STYLESHEET",
"../templates/default/delos.css");
22 $tpl->setVariable(
"LOCATION_CONTENT_STYLESHEET",
"./css/setup.css");
23 $tpl->setVariable(
"TXT_SETUP",
"ILIAS Setup");
25 $tpl->setVariable(
"CONTENT",
'<div class="alert alert-danger" role="alert">' .
$_SESSION[
"failure"] .
'</div>');
28 if (
defined(
'DEVMODE') && DEVMODE) {
32 die($e->getMessage());
special template class to simplify handling of ITX/PEAR
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'