mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 05:07:27 +02:00
Fixes #3943 Allow semi-colon in URL queries.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user