From 1d2add821e5952639fe303a99e876bd192c47298 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 19 Jan 2020 12:21:13 -0800 Subject: [PATCH] Fixes #3943 Allow semi-colon in URL queries. --- e107_handlers/e107_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/e107_class.php b/e107_handlers/e107_class.php index 9f2faec83..822818cd9 100644 --- a/e107_handlers/e107_class.php +++ b/e107_handlers/e107_class.php @@ -4626,7 +4626,7 @@ class e107 public function set_request($no_cbrace = true) { - $inArray = array("'", ';', '/**/', '/UNION/', '/SELECT/', 'AS '); + $inArray = array("'", '/**/', '/UNION/', '/SELECT/', 'AS '); if (strpos($_SERVER['PHP_SELF'], 'trackback') === false) { foreach($inArray as $res)