ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
confirmReg.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
11
// jump to setup if ILIAS is not installed
12
if
(!file_exists(getcwd() .
'/ilias.ini.php'
)) {
13
header(
'Location: ./setup/setup.php'
);
14
exit
();
15
}
16
17
require_once(
"Services/Init/classes/class.ilInitialisation.php"
);
18
ilInitialisation::initILIAS
();
19
20
$ilCtrl
->initBaseClass(
'ilStartUpGUI'
);
21
$ilCtrl
->setCmd(
'confirmRegistration'
);
22
$ilCtrl
->callBaseClass();
23
24
exit
();
$ilCtrl
global $ilCtrl
Definition:
ilias.php:18
ilInitialisation\initILIAS
static initILIAS()
ilias initialisation
Definition:
class.ilInitialisation.php:996
exit
exit
Definition:
backend.php:16
php
confirmReg.php
Generated on Thu Jan 16 2025 19:01:37 for ILIAS by
1.8.13 (using
Doxyfile
)