Merge pull request #2050 from pi-hole/devel

v5.10.1
This commit is contained in:
Adam Warner
2022-01-05 22:59:30 +00:00
committed by GitHub

View File

@@ -351,7 +351,7 @@ if($auth) {
?>
<br/>
<?php
echo '<span title="Detected $nproc cores"><i class="fa fa-w fa-circle ';
echo '<span title="Detected '.$nproc.' cores"><i class="fa fa-w fa-circle ';
if ($loaddata[0] > $nproc) {
echo "text-red";
} else {