From 1d52a164955658a36748ddda9229c8debd601cba Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Tue, 14 Jan 2014 21:16:54 +0000 Subject: added error_reporting level to the report & company --- langs/missing.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'langs/missing.php') 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 { -- cgit v1.2.1