Merge branch 'QA_4_6'
This commit is contained in:
commit
318d3ac934
@ -25,7 +25,7 @@ function PMA_removeRequestVars(&$whitelist)
|
||||
|
||||
foreach ($keys as $key) {
|
||||
if (! in_array($key, $whitelist)) {
|
||||
unset($_REQUEST[$key], $_GET[$key], $_POST[$key], $GLOBALS[$key]);
|
||||
unset($_REQUEST[$key], $_GET[$key], $_POST[$key]);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user