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:
@@ -26,6 +26,10 @@ class Adminer {
|
||||
);
|
||||
}
|
||||
|
||||
function headers() {
|
||||
header("X-Frame-Options: deny");
|
||||
}
|
||||
|
||||
function loginForm() {
|
||||
?>
|
||||
<table cellspacing="0">
|
||||
|
Reference in New Issue
Block a user