mirror of
https://github.com/pi-hole/web.git
synced 2026-04-23 10:19:47 +01:00
add gethostname function to html title
Signed-off-by: 8633brown <toddbrown.8633@yahoo.co.uk>
This commit is contained in:
@@ -176,7 +176,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'self' https://api.github.com; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'">
|
||||
<title>Pi-hole Admin Console</title>
|
||||
<title><?php echo gethostname() ?: "Pi-hole Admin Console" ?></title>
|
||||
<!-- Usually browsers proactively perform domain name resolution on links that the user may choose to follow. We disable DNS prefetching here -->
|
||||
<meta http-equiv="x-dns-prefetch-control" content="off">
|
||||
<meta http-equiv="cache-control" content="max-age=60,private">
|
||||
|
||||
Reference in New Issue
Block a user