ILIAS
release_8 Revision v8.23
◀ 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
header(
"Location: ./setup/setup.php"
);
18
exit
();
19
}
20
21
require_once(
"Services/Init/classes/class.ilInitialisation.php"
);
22
ilInitialisation::initILIAS
();
23
24
$ilCtrl->setCmd(
'showLoginPageOrStartupPage'
);
25
$ilCtrl->callBaseClass(
'ilStartUpGUI'
);
26
$ilBench->save();
27
28
exit
;
exit
exit
Definition:
login.php:28
ilInitialisation\initILIAS
static initILIAS()
ilias initialisation
Definition:
class.ilInitialisation.php:1225
login.php
Generated on Sun Aug 31 2025 22:01:12 for ILIAS by
1.8.13 (using
Doxyfile
)