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

@@ -5,6 +5,9 @@
*
* @version $Id$
*/
if (! defined('PHPMYADMIN')) {
exit;
}
/**
*