]> git.mxchange.org Git - mailer.git/blobdiff - inc/session.php
Monthly beg/bonus rallye rewritten
[mailer.git] / inc / session.php
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