From 4969131b4ce8333993893483fc06000405f11f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Tue, 1 Mar 2022 13:18:21 +0100 Subject: [PATCH] Change wording of status when blocking is disabled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- 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 d8ad253b6..bae8380f8 100644 --- a/scripts/pi-hole/php/header.php +++ b/scripts/pi-hole/php/header.php @@ -338,7 +338,7 @@ function pidofFTL() if ($pistatus == 53) { echo ' Active'; } elseif ($pistatus == 0) { - echo ' Offline'; + echo ' Blocking disabled'; } elseif ($pistatus == -1) { echo ' DNS service not running'; } elseif ($pistatus == -2) {