protection against XSS when register_globals is on and .htaccess has no effect

This commit is contained in:
Marc Delisle
2008-06-17 21:32:48 +00:00
parent 4df2b7d333
commit aa2076eedc
72 changed files with 220 additions and 13 deletions

View File

@@ -13,6 +13,9 @@
* @uses version_compare()
* @uses PHP_VERSION
*/
if (! defined('PHPMYADMIN')) {
exit;
}
// verify if PHP supports session, die if it does not