Be a bit more specific about the upstream destination if it is the blocklist or the cache.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-04-16 20:38:42 +00:00
parent 64a2419fa9
commit d914e09941
+6 -1
View File
@@ -50,7 +50,12 @@ else if(isset($_GET["client"]))
}
else if(isset($_GET["forwarddest"]))
{
$showing .= " queries for upstream destination ".htmlentities($_GET["forwarddest"]);
if($_GET["forwarddest"] === "blocklist")
$showing .= " queries answered from blocklists";
elseif($_GET["forwarddest"] === "cache")
$showing .= " queries answered from cache";
else
$showing .= " queries for upstream destination ".htmlentities($_GET["forwarddest"]);
}
else if(isset($_GET["querytype"]))
{