Merge branch 'devel' of github.com:pi-hole/AdminLTE into HostNames

This commit is contained in:
Promofaux
2016-04-16 14:14:07 +01:00

View File

@@ -133,7 +133,7 @@
elseif (substr($tmp, 0, 9) == "forwarded" ){
$status="OK";
}
elseif (substr($tmp, strlen($tmp) - 12, 12) == "gravity.list" ){
elseif (substr($tmp, strlen($tmp) - 12, 12) == "gravity.list" && $exploded[count($exploded)-5] != "read"){
$status="Pi-holed";
}