ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
logout.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->setCmd("showLogout");
18 $ilCtrl->setTargetScript("ilias.php");
19 $ilCtrl->callBaseClass();
20 $ilBench->save();
21 
23 ?>