linea21-core
[ class tree: linea21-core ] [ index: linea21-core ] [ all elements ]

Source for file index.php

Documentation is available at index.php

  1. <?php
  2. /**
  3.  * @package linea21.core
  4.  * @subpackage level
  5.  * @author linea21 <info@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  */
  10.  
  11. //////////// Check Droits utilisateur ////////////
  12. if (!$l21auth->isSuperAdmin()) ReloadIndex('admin');
  13. ////////////
  14.  
  15. include_once('../class/class.level.php');
  16.  
  17. $todopage=$dir."/";
  18. switch ($todo)
  19. {
  20.   case 'mod':
  21.     $todopage.="mod.php";
  22.     break;
  23.   case 'list':
  24.     $todopage.="list.php";
  25.     break;
  26.   case 'det':
  27.     $todopage.="det.php";
  28.     break;
  29.   default:
  30.     $todopage.="list.php";
  31. }
  32. include_once(override($todopageTHEME_ADMIN_PATH));
  33. ?>

Documentation generated on Thu, 20 Mar 2014 16:48:06 +0100 by phpDocumentor 1.4.1