1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 12:41:51 +02:00

Fixes #3943 Allow semi-colon in URL queries.

This commit is contained in:
Cameron 2020-01-19 12:21:13 -08:00
parent b2e915352d
commit 1d2add821e

View File

@ -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)