define('SERVER_URL', "http://www.mxchange.org");
// Current SVN revision
-define('CURR_SVN_REVISION', "675");
+define('CURR_SVN_REVISION', "676");
// Take a prime number which is long (if you know a longer one please try it out!)
define('_PRIME', 591623);
// Loading patching system is required here...
require_once(PATH."inc/patch-system.php"); // Initialize patch system
- // Create missing configuration file
- if (!function_exists('GET_CURR_THEME')) {
- // Load dummy theme functions
- require_once(PATH."inc/theme-dummy.php");
- } // END - if
-
// Session management
require_once(PATH."inc/session.php");
// Run daily reset
require_once(PATH."inc/check-reset.php");
+ // Create missing configuration file
+ if (!function_exists('GET_CURR_THEME')) {
+ // Load dummy theme functions
+ require_once(PATH."inc/theme-dummy.php");
+ } // END - if
+
// Load admin include file if he is admin
if (IS_ADMIN()) {
// Administrative functions