diff --git a/libraries/grab_globals.lib.php b/libraries/grab_globals.lib.php index 6382eba5f..b1779173b 100644 --- a/libraries/grab_globals.lib.php +++ b/libraries/grab_globals.lib.php @@ -26,9 +26,6 @@ function PMA_gpc_extract($array, &$target, $sanitize = TRUE) { * * Currently, the following variable names are rejected when found in * $_GET or $_POST: cfg, GLOBALS, str* and _* - * - * Warning: this also affects array keys: - * Variables like $_GET['harmless']['cfg'] will also be rejected! */ if ($sanitize && is_string($key) && ( $key == 'cfg'