for last XSS fix: forgot to whitelist PMA_PHP_SELF

This commit is contained in:
Sebastian Mendel
2007-10-16 07:24:29 +00:00
parent c32d999eb1
commit 71e40e7144

View File

@@ -168,6 +168,7 @@ $variables_whitelist = array (
'_ENV', '_ENV',
'_COOKIE', '_COOKIE',
'_SESSION', '_SESSION',
'PMA_PHP_SELF',
); );
foreach (get_defined_vars() as $key => $value) { foreach (get_defined_vars() as $key => $value) {