ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
login.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
15
// jump to setup if ILIAS3 is not installed
16
if
(!file_exists(getcwd().
"/ilias.ini.php"
))
17
{
18
header(
"Location: ./setup/setup.php"
);
19
exit
();
20
}
21
22
require_once(
"Services/Init/classes/class.ilInitialisation.php"
);
23
ilInitialisation::initILIAS
();
24
25
$ilCtrl
->initBaseClass(
"ilStartUpGUI"
);
26
$ilCtrl
->setCmd(
'showLoginPageOrStartupPage'
);
27
$ilCtrl
->setTargetScript(
"ilias.php"
);
28
$ilCtrl
->callBaseClass();
29
$ilBench
->save();
30
31
exit
;
32
?>
php
An exception for terminatinating execution or to throw for unit testing.
ilInitialisation\initILIAS
static initILIAS()
ilias initialisation
Definition:
class.ilInitialisation.php:839
$ilBench
global $ilBench
Definition:
ilias.php:18
$ilCtrl
global $ilCtrl
Definition:
ilias.php:18
exit
exit
Definition:
login.php:31
login.php
Generated on Fri Dec 12 2025 19:00:48 for ILIAS by
1.9.4 (using
Doxyfile
)