* @version $id SVN * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ include_once('../lib/lib_common.php'); ob_start('optimize'); session_start(); // necessary for adding a new entry in yellowpages include_once('../config/define.php'); include_once('../config/server.php'); distInclude('../public/'.SQL.'.inc.php'); include_once('../admin/'.SQL.'.inc.php'); distInclude('../public/filters.php'); distInclude('../public/layout.php'); include_once('../lib/functions_auth.php'); include_once('../lib/lang.php'); include_once('../lib/items.php'); ActiveItem(); IncludeLang(); //////////////////////////////////////// /// Connexion Mysql /////////////////// include_once('../class/system/class.'.SQL.'.php'); $sql_entity=SQL; $GLOBALS['sql_object'] = new $sql_entity; $GLOBALS['sql_object'] -> DBInitialise(); $GLOBALS['sql_object'] -> DBConnexion(); /////////////////// echo ''; ?>
DBClose(); ob_end_flush(); ?>