ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
login.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
4
16
// jump to setup if ILIAS3 is not installed
17
if
(!file_exists(getcwd() .
"/ilias.ini.php"
)) {
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->setCmd(
'showLoginPageOrStartupPage'
);
26
$ilCtrl->callBaseClass(
'ilStartUpGUI'
);
27
$ilBench->save();
28
29
exit
;
exit
exit
Definition:
login.php:29
ilInitialisation\initILIAS
static initILIAS()
ilias initialisation
Definition:
class.ilInitialisation.php:1209
ILIAS\UI\examples\Symbol\Glyph\Header\header
header()
Definition:
header.php:7
login.php
Generated on Wed Sep 10 2025 14:10:28 for ILIAS by
1.8.13 (using
Doxyfile
)