100% non-blocking using our awesome API

This commit is contained in:
DL6ER
2016-12-23 13:39:29 +01:00
parent 0656526d43
commit 1009dba240
5 changed files with 54 additions and 47 deletions

View File

@@ -80,6 +80,10 @@
$data = array_merge($data, getGravity());
}
if (isset($_GET['tailLog'])) {
$data = array_merge($data, tailPiholeLog($_GET['tailLog']));
}
function filterArray(&$inArray) {
$outArray = array();
foreach ($inArray as $key=>$value) {