From 84f635296cf9b698abe0e5a00ec80313dc8da2a9 Mon Sep 17 00:00:00 2001 From: 8633brown Date: Tue, 11 Feb 2020 18:48:19 -0700 Subject: [PATCH] add gethostname function to html title Signed-off-by: 8633brown --- scripts/pi-hole/php/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pi-hole/php/header.php b/scripts/pi-hole/php/header.php index 971f961e..47e44b60 100644 --- a/scripts/pi-hole/php/header.php +++ b/scripts/pi-hole/php/header.php @@ -176,7 +176,7 @@ - Pi-hole Admin Console + <?php echo gethostname() ?: "Pi-hole Admin Console" ?>