Adminer 3.3.0 compatibility (bug #3383184)

This commit is contained in:
Jakub Vrana 2011-08-03 16:03:42 +02:00
parent c99c11648d
commit ad45a666cc

View file

@ -21,7 +21,7 @@ class AdminerFrames {
header("X-Frame-Options: SameOrigin"); header("X-Frame-Options: SameOrigin");
} }
header("X-XSS-Protection: 0"); header("X-XSS-Protection: 0");
return true; return false;
} }
} }