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

This commit is contained in:
Marc Delisle
2008-06-21 15:01:27 +00:00
parent b031606c08
commit afbb2a9dc2
73 changed files with 221 additions and 7 deletions

View File

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