# @package PHPLinkDirectory # ######################################################################################################################################## */ error_reporting (E_ALL ^ E_WARNING ^ E_NOTICE); @ header ('Content-Type: text/html; charset=utf-8'); /** * Add our installation path to the include_path */ define ('INSTALL_PATH', substr (__file__, 0, -18)); if(!defined ('PATH_SEPARATOR')) define ('PATH_SEPARATOR', strtoupper (substr (PHP_OS, 0, 3)) == 'WIN' ? ';' : ':'); ini_set ('include_path', ini_get ('include_path').PATH_SEPARATOR .INSTALL_PATH); define('TABLE_PREFIX','[[dbprefix]]'); define('ADODB_ASSOC_CASE', 1); require_once 'include/tables.php'; define('DEMO', false); define('LANGUAGE', 'en'); define('DB_DRIVER', 'mysql'); define('DB_HOST', '[[softdbhost]]'); define('DB_NAME', '[[softdb]]'); define('DB_USER', '[[softdbuser]]'); define('DB_PASSWORD', '[[softdbpass]]'); ?>