updated comment

This commit is contained in:
Alexander M. Turek
2005-03-03 20:59:24 +00:00
parent e2a387ea5c
commit 94cdc26045

View File

@@ -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'