mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 18:14:07 +02:00
Always send security headers in customization
This commit is contained in:
@@ -65,10 +65,9 @@ class Adminer {
|
||||
}
|
||||
|
||||
/** Headers to send before HTML output
|
||||
* @return bool true to send security headers
|
||||
* @return null
|
||||
*/
|
||||
function headers() {
|
||||
return true;
|
||||
}
|
||||
|
||||
/** Print HTML code inside <head>
|
||||
|
Reference in New Issue
Block a user