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

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