All cases of globalizing $_GET variables are hopefully covered by now

This commit is contained in:
Marc Delisle 2012-03-04 07:31:37 -05:00
parent 8a44f287f5
commit fa02a8669d

View File

@ -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);