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 03b6cd698..c8f5a4705 100644
--- a/langs/missing.php
+++ b/langs/missing.php
@@ -2,8 +2,8 @@
/**
*/
-$s = isset($_GET['s']) ? trim($_GET['s']) : null;
-$l = isset($_GET['l']) ? trim($_GET['l']) : null;
+$s = isset($_GET['s']) ? strip_tags(trim($_GET['s'])) : null;
+$l = isset($_GET['l']) ? strip_tags(trim($_GET['l'])) : null;
if (is_null($s)) {
header('Location: /langs/report.php');