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 system
  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. include_once('../class/class.config_file.php')
  15.  
  16. $todopage=$dir."/";
  17.     switch ($todo
  18.     {    
  19.         case 'mod':
  20.         $todopage.="mod.php";
  21.         break;
  22.         case 'list':
  23.         $todopage.="list.php";
  24.         break;
  25.         default:
  26.         $todopage.="list.php";                            
  27.     }
  28. include_once($todopage);    
  29. ?>

Documentation generated on Fri, 16 Oct 2009 09:34:07 +0200 by phpDocumentor 1.4.1