This commit is contained in:
Alexander M. Turek
2005-02-23 00:09:41 +00:00
parent 4cbcd96081
commit f90cbaf9ac

View File

@@ -27,7 +27,7 @@ function PMA_gpc_extract($array, &$target) {
* Currently, the following variable names are rejected when found in
* $_GET or $_POST: cfg and str*
*
* Warning: this is also affects array keys:
* Warning: this also affects array keys:
* Variables like $_GET['harmless']['cfg'] will also be rejected!
*/
if ($key == 'cfg' || substr($key, 0, 3) == 'str') {