diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 3fe6e8d8d5676..f785ed43e002a 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -473,7 +473,7 @@ function analyseVarsForSqlAndScriptsInjection(&$var, $type) if (in_array(GETPOST('action', 'aZ09'), $arrayofactiontoforcetokencheck)) { $sensitiveget = true; } - if (preg_match('/^(classify|confirm_|delete|disable|enable|setremise)/', GETPOST('action', 'aZ09'))) { + if (preg_match('/^(classify|confirm_|delete|disable|enable|remove_|setremise)/', GETPOST('action', 'aZ09'))) { $sensitiveget = true; }