ILIAS  Release_4_4_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilias.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 require_once("Services/Init/classes/class.ilInitialisation.php");
17 
18 global $ilCtrl, $ilBench;
19 
20 $ilCtrl->setTargetScript("ilias.php");
21 $ilCtrl->callBaseClass();
22 $ilBench->save();
23 
24 ?>