From ad45a666ccb88e124a68f6a4a90bd845aa625d7d Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 3 Aug 2011 16:03:42 +0200 Subject: [PATCH] Adminer 3.3.0 compatibility (bug #3383184) --- plugins/frames.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/frames.php b/plugins/frames.php index e6ae40f8..8738d64f 100644 --- a/plugins/frames.php +++ b/plugins/frames.php @@ -21,7 +21,7 @@ class AdminerFrames { header("X-Frame-Options: SameOrigin"); } header("X-XSS-Protection: 0"); - return true; + return false; } }