1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 03:24:01 +02:00

Introduce Adminer::headers method

This commit is contained in:
Jakub Vrana
2010-10-17 22:13:32 +02:00
parent 1cd506ee1e
commit 9db4259409
4 changed files with 13 additions and 1 deletions

View File

@@ -26,6 +26,10 @@ class Adminer {
);
}
function headers() {
header("X-Frame-Options: deny");
}
function loginForm() {
?>
<table cellspacing="0">