=')) { @error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT & ~E_USER_NOTICE & ~E_USER_DEPRECATED); } else { @error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_USER_NOTICE); } } require_once app_path . 'include/database.php'; require_once app_path . 'include/user.php'; require_once app_path . 'include/vote.php'; require_once app_path . 'include/status.php'; $antiXss = new AntiXSS(); if (!empty(get_config('script_version'))) { /* @TODO Add online version check! */ if(version_compare(get_config('script_version'), '1.9.8', '<') ) { echo 'Use last version of config.php file.'; exit(); } } else { echo 'Use last version of config.php file.'; exit(); } database::db_connect();