1
0
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:
Jakub Vrana
2018-01-09 13:48:51 +01:00
parent 415253b1b1
commit 552d2a6be4
5 changed files with 9 additions and 13 deletions

View File

@@ -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>