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

This commit is contained in:
Marc Delisle
2008-06-21 14:01:54 +00:00
parent d75cf94f5b
commit 5da6e4cc36
72 changed files with 219 additions and 14 deletions

View File

@@ -10,6 +10,9 @@
* @usedby tbl_structure.php
* @usedby querywindow.php
*/
if (! defined('PHPMYADMIN')) {
exit;
}
/**
*