Removed another $hostname = ...

This commit is contained in:
DL6ER
2016-12-19 11:59:09 +01:00
parent c04c8f93a0
commit 10ef50a6eb
-1
View File
@@ -307,7 +307,6 @@
}
function countBlockedQueries() {
$hostname = trim(file_get_contents("/etc/hostname"), "\x00..\x1F");
return exec("grep \"gravity.list\" /var/log/pihole.log | grep -c \" is \"");
}