diff --git a/data.php b/data.php index a11c9664..64e85da7 100644 --- a/data.php +++ b/data.php @@ -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"; }