ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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");
24 
25 $ilCtrl->setCmd('showLoginPageOrStartupPage');
26 $ilCtrl->callBaseClass('ilStartUpGUI');
27 $ilBench->save();
28 
exit
Definition: login.php:29
static initILIAS()
ilias initialisation