All cases of globalizing $_GET variables are hopefully covered by now
This commit is contained in:
parent
8a44f287f5
commit
fa02a8669d
@ -78,9 +78,9 @@ $_import_blacklist = array(
|
||||
//'/^PMA_.*$/i', // other PMA variables
|
||||
);
|
||||
|
||||
if (! empty($_GET)) {
|
||||
PMA_recursive_extract($_GET, $GLOBALS);
|
||||
}
|
||||
//if (! empty($_GET)) {
|
||||
// PMA_recursive_extract($_GET, $GLOBALS);
|
||||
//}
|
||||
|
||||
if (! empty($_POST)) {
|
||||
PMA_recursive_extract($_POST, $GLOBALS);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user