Give IP and hostname to Query Log page if resolveIP feature is enabled for Top Clients

This commit is contained in:
DL6ER
2016-12-27 22:50:24 +00:00
parent 57388066e0
commit 2b333ff2ab
2 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -116,7 +116,7 @@
if($hostname)
{
// Generate HOST entry
$hostarray[$hostname] = $value;
$hostarray["$hostname|$key"] = $value;
}
else
{