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:
parent
b2e915352d
commit
1d2add821e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user