mirror of
https://github.com/pi-hole/web.git
synced 2026-05-08 09:39:05 +01:00
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:
+6
-1
@@ -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"]))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user