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.    case 'edit_files':
  26.     $todopage.="edit.php";
  27.     break;
  28.   default:
  29.     $todopage.="list.php";
  30. }
  31. include_once($todopage);
  32. ?>

Documentation generated on Thu, 03 May 2012 15:05:10 +0200 by phpDocumentor 1.4.1