Skip to content

Commit

Permalink
Merge pull request #2136 from pi-hole/offline
Browse files Browse the repository at this point in the history
Change wording of status when blocking is disabled
  • Loading branch information
yubiuser authored Mar 1, 2022
2 parents 6545646 + 4969131 commit c610a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pi-hole/php/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ function pidofFTL()
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) {
Expand Down

0 comments on commit c610a07

Please sign in to comment.