* @version $id SVN * @access public * @license http://opensource.org/licenses/gpl-3.0.html * 'Home' module is used into the back-office */ include_once($dir."/".SQL.".inc.php"); $todopage=$dir."/"; switch ($todo) { case 'list': $todopage.="list.php"; break; default: $todopage.="list.php"; } include_once($todopage); ?>