mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 10:50:23 +01:00
Change wording of status when blocking is disabled
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -338,7 +338,7 @@ if($auth) {
|
||||
if ($pistatus == 53) {
|
||||
echo '<span id="status"><i class="fa fa-w fa-circle text-green-light"></i> Active</span>';
|
||||
} elseif ($pistatus == 0) {
|
||||
echo '<span id="status"><i class="fa fa-w fa-circle text-red"></i> Offline</span>';
|
||||
echo '<span id="status"><i class="fa fa-w fa-circle text-red"></i> Blocking disabled</span>';
|
||||
} elseif ($pistatus == -1) {
|
||||
echo '<span id="status"><i class="fa fa-w fa-circle text-red"></i> DNS service not running</span>';
|
||||
} elseif ($pistatus == -2) {
|
||||
|
||||
Reference in New Issue
Block a user