diff --git a/scripts/pi-hole/php/data.php b/scripts/pi-hole/php/data.php index ad24e57e..82bff563 100644 --- a/scripts/pi-hole/php/data.php +++ b/scripts/pi-hole/php/data.php @@ -440,7 +440,7 @@ $log->rewind(); $lines = []; foreach ($log as $line) { - $exploded = explode(" ", $line); + $exploded = explode(" ", str_replace(" "," ",$line)); if(count($exploded) == 8 || count($exploded) == 10) { // Structure of data is currently like: // Array