<?php
define('CONFIG_CHECK', 1);
define('MYSQL_CHECK', 1);
define('SECURE_CHECK', 1);
define('VERSION', 'WH Community v5.0');
define('FRAMEWORK', 'WH Framework v3.3');
define('POWERED_URL', 'http://www.webmasterhelp.net');
define('POWERED_BY', 'WebmasterHelp.net - WH Community');
define('FOOTER_CONTROL', include('framework/controller.php'));
$cookie['cookie.name'] = '';
$cookie['cookie.path'] = NULL;
$cookie_time = (3600*24*30);
?>