aboutsummaryrefslogtreecommitdiffstats
path: root/langs/missing.php
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2014-01-14 21:16:54 +0000
committerFilip Komar <filip@mageia.org>2014-01-14 21:16:54 +0000
commit1d52a164955658a36748ddda9229c8debd601cba (patch)
tree7a565a057eef428306a093ecafa0c7bfdb830d53 /langs/missing.php
parent70440965824ce1b06577fb37e55b09386143124c (diff)
downloadwww-1d52a164955658a36748ddda9229c8debd601cba.tar
www-1d52a164955658a36748ddda9229c8debd601cba.tar.gz
www-1d52a164955658a36748ddda9229c8debd601cba.tar.bz2
www-1d52a164955658a36748ddda9229c8debd601cba.tar.xz
www-1d52a164955658a36748ddda9229c8debd601cba.zip
added error_reporting level to the report & company
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 {