define('SERVER_URL', "http://www.mxchange.org");
// Current SVN revision
-define('CURR_SVN_REVISION', "674");
+define('CURR_SVN_REVISION', "675");
// Take a prime number which is long (if you know a longer one please try it out!)
define('_PRIME', 591623);
// Load configuration stuff
$_CONFIG = merge_array($_CONFIG, LOAD_CONFIG());
- // Initialize include-file-pool
- $INC_POOL = array();
-
// Load "databases" aka static arrays
require_once(PATH."inc/databases.php");
// Session management
require_once(PATH."inc/session.php");
- // Init filter system
- INIT_FILTER_SYSTEM();
-
// Run daily reset
require_once(PATH."inc/check-reset.php");