. */ /* * ********************* Debug **************** */ define('DEBUG', 0); /* * *********************** MySQL & Memcached ******************* */ global $CONFIG; $CONFIG = array( //MySQL parametres 'db' => array( 'host' => 'localhost', 'port' => '3306', 'dbname' => '__DB_NAME__', 'username' => '__DB_USER__', 'password' => '__DB_PWD__', ), );