Source for file index.php
Documentation is available at index.php
* @package linea21.modules
* @author linea21 <info@linea21.com>
* @license http://opensource.org/licenses/gpl-3.0.html
//////////// Check Inclusion de pages ////////////
include_once("../lib/lib_common.php");
//////////// Check Droits utilisateur ////////////
//if (!hasRight('theme')) ReloadIndex('admin');
include_once($dir. "/". SQL. ".inc.php");
include_once('../class/class.sdi.php');
|