diff --git a/help.php b/help.php
index 8ff29b9b..e69ca500 100644
--- a/help.php
+++ b/help.php
@@ -24,7 +24,7 @@
Top left: Status display
Shows different status messages:
- Status: Current status of the Pi-hole - Active ( ), Offline ( ), or Starting ( )
+ Status: Current status of the Pi-hole - Active ( ), Offline ( ), or Starting ( )
Temp: Current CPU temperature
Load: load averages for the last minute, 5 minutes and 15 minutes, respectively. A load average of 1 reflects the full workload of a single processor on the system. We show a red icon if the current load exceeds the number of available processors on this machine (which is )
Memory usage: Shows the percentage of memory actually blocked by applications. We show a red icon if the memory usage exceeds 75%
diff --git a/network.php b/network.php
index e92f0ef6..ff856bc9 100644
--- a/network.php
+++ b/network.php
@@ -53,11 +53,11 @@ $token = $_SESSION['token'];
Background color: Last query from this device seen ...
- just now
- ... to ...
- 24 hours ago
- > 24 hours ago
- Device does not use Pi-hole
+ just now
+ ... to ...
+ 24 hours ago
+ > 24 hours ago
+ Device does not use Pi-hole
diff --git a/scripts/pi-hole/js/footer.js b/scripts/pi-hole/js/footer.js
index 155efa29..1e166d15 100644
--- a/scripts/pi-hole/js/footer.js
+++ b/scripts/pi-hole/js/footer.js
@@ -23,14 +23,14 @@ function piholeChanged(action)
switch(action) {
case "enabled":
- status.html(" Active");
+ status.html(" Active");
ena.hide();
dis.show();
dis.removeClass("active");
break;
case "disabled":
- status.html(" Offline");
+ status.html(" Offline");
ena.show();
dis.hide();
break;
diff --git a/scripts/pi-hole/js/index.js b/scripts/pi-hole/js/index.js
index c879e115..9ed318ac 100644
--- a/scripts/pi-hole/js/index.js
+++ b/scripts/pi-hole/js/index.js
@@ -633,7 +633,7 @@ function updateSummaryData(runOnce) {
data["ads_percentage_today"] = "to";
data["domains_being_blocked"] = "API";
// Adjust text
- $("#temperature").html(" FTL offline");
+ $("#temperature").html(" FTL offline");
// Show spinner
$("#queries-over-time .overlay").show();
$("#forward-destinations-pie .overlay").show();
diff --git a/scripts/pi-hole/js/network.js b/scripts/pi-hole/js/network.js
index 52aa2ec0..d1b05c5d 100644
--- a/scripts/pi-hole/js/network.js
+++ b/scripts/pi-hole/js/network.js
@@ -86,14 +86,14 @@ $(document).ready(function() {
{
// Last query was longer than 24 hours ago
// Color: light-orange
- color = "#FFEDD9";
+ color = "#ffedd9";
mark = "? ";
}
}
else
{
// This client has never sent a query to Pi-hole, color light-red
- color = "#FFBFAA";
+ color = "#ffbfaa";
mark = "✘";
}
// Set determined background color
diff --git a/scripts/pi-hole/php/header.php b/scripts/pi-hole/php/header.php
index 292bda91..ff121571 100644
--- a/scripts/pi-hole/php/header.php
+++ b/scripts/pi-hole/php/header.php
@@ -235,7 +235,7 @@
$token";
+ echo "$token
";
}
?>
@@ -334,11 +334,11 @@ if($auth) {
Active';
+ echo ' Active ';
} elseif ($pistatus == "0") {
- echo ' Offline ';
+ echo ' Offline ';
} elseif ($pistatus == "-1") {
- echo ' DNS service not running ';
+ echo ' DNS service not running ';
} else {
echo ' Unknown ';
}
@@ -349,11 +349,11 @@ if($auth) {
if ($celsius >= -273.15) {
echo " $temperaturelimit) {
- echo "#FF0000";
+ echo "#ff0000";
}
else
{
- echo "#3366FF";
+ echo "#3366ff";
}
echo "\"> Temp: ";
if($temperatureunit === "F")
@@ -373,18 +373,18 @@ if($auth) {
}
else
{
- echo ' FTL offline ';
+ echo ' FTL offline ';
}
?>
$nproc) {
- echo "#FF0000";
+ echo "#ff0000";
}
else
{
- echo "#7FFF00";
+ echo "#7fff00";
}
echo "\"> Load: " . $loaddata[0] . " " . $loaddata[1] . " ". $loaddata[2] . "";
?>
@@ -392,11 +392,11 @@ if($auth) {
0.75 || $memory_usage < 0.0) {
- echo "#FF0000";
+ echo "#ff0000";
}
else
{
- echo "#7FFF00";
+ echo "#7fff00";
}
if($memory_usage > 0.0)
{
diff --git a/scripts/pi-hole/php/loginpage.php b/scripts/pi-hole/php/loginpage.php
index 4b0107e3..c8f6bdc6 100644
--- a/scripts/pi-hole/php/loginpage.php
+++ b/scripts/pi-hole/php/loginpage.php
@@ -13,7 +13,7 @@
Pi-hole
Sign in to start your session
- Verify that cookies are allowed for
+ Verify that cookies are allowed for
Wrong password!
diff --git a/settings.php b/settings.php
index 7899caf7..44d690d3 100644
--- a/settings.php
+++ b/settings.php
@@ -26,7 +26,7 @@ if($last_error["type"] === E_WARNING || $last_error["type"] === E_ERROR)
}
?>
-