ILIAS  Release_4_4_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
register.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
13 require_once("Services/Init/classes/class.ilInitialisation.php");
15 
16 $ilCtrl->initBaseClass("ilStartUpGUI");
17 $ilCtrl->setTargetScript("ilias.php");
18 $ilCtrl->setCmd("jumpToRegistration");
19 $ilCtrl->callBaseClass();
20 $ilBench->save();
21 
22 
23 ?>