Source for file index.php
Documentation is available at index.php 
 * @author linea21 <info@linea21.com>  
 * @license http://opensource.org/licenses/gpl-3.0.html  
//////////// Check Droits utilisateur ////////////  
  $name =  $_REQUEST['current'];  
  if(!$plug->is_active()) die("The plugin is currently disabled. Please, enable it before accessing the page.");  
  // we include all plugin files  
  //  $plug->loadPlugin($name);  
  //  _debug(sprintf('Delegates to %s plugin.', $name));  
  $todopage.= $name. '/index.php';  
  if(isset ($_REQUEST['name'])) $name =  $_REQUEST['name'];  
      header("Location: ". $_SERVER['HTTP_REFERER']);  
      header("Location: ". $_SERVER['HTTP_REFERER']);  
 
 
        
       |