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 (!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($todopage);    
  33. ?>

Documentation generated on Sat, 08 Nov 2008 14:52:38 +0100 by phpDocumentor 1.4.1