aboutsummaryrefslogtreecommitdiffstats
path: root/langs/missing.php
diff options
context:
space:
mode:
Diffstat (limited to 'langs/missing.php')
-rw-r--r--langs/missing.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/langs/missing.php b/langs/missing.php
index c8f5a4705..a2df2edcd 100644
--- a/langs/missing.php
+++ b/langs/missing.php
@@ -2,6 +2,8 @@
/**
*/
+include 'lib.php';
+
$s = isset($_GET['s']) ? strip_tags(trim($_GET['s'])) : null;
$l = isset($_GET['l']) ? strip_tags(trim($_GET['l'])) : null;
@@ -10,8 +12,6 @@ if (is_null($s)) {
die;
}
-include 'lib.php';
-
if($s =='en/about/constitution.en.lang') {
$constitution = true;
} else {