Now language then extensions
authorRoland Häder <roland@mxchange.org>
Sun, 5 Oct 2008 21:17:38 +0000 (21:17 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 5 Oct 2008 21:17:38 +0000 (21:17 +0000)
inc/databases.php
inc/session.php

index a159ab009e0779a978774e1f3d07832679074e7a..8618c7a6f4744e4bd2b6198fd40ac553326a5678 100644 (file)
@@ -113,7 +113,7 @@ define('USAGE_BASE', "usage");
 define('SERVER_URL', "http://www.mxchange.org");
 
 // This current patch level
-define('CURR_SVN_REVISION', "452");
+define('CURR_SVN_REVISION', "453");
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
index a4ed2cde4dffccf7fd6d42095537776a1d14673c..73fc21e408034cc79a624d19f41819828bd37dcf 100644 (file)
@@ -56,12 +56,12 @@ if (!empty($_CONFIG['session_save_path'])) {
 global $PHPSESSID;
 $PHPSESSID = @session_id();
 
-// Load extensions here
-require_once(PATH."inc/load_extensions.php");
-
 // Load language system
 require_once(PATH."inc/language.php");
 
+// Load extensions here
+require_once(PATH."inc/load_extensions.php");
+
 // Check if refid is set
 if ((!empty($_GET['user'])) && ($CLICK == 1) && (basename($_SERVER['PHP_SELF']) == "click.php")) {
        // The variable user comes from the click-counter script click.php and we only accept this here