Skip to content

Commit

Permalink
Merge pull request #152 from pi-hole/devel
Browse files Browse the repository at this point in the history
HOTFIX RELEASE 1.4.2
  • Loading branch information
PromoFaux committed Oct 1, 2016
2 parents 2f4bdc6 + 3f1acb5 commit f112893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ function findQueries($var) {
}

function findAds($var) {
$var = preg_replace('/ {2,}/', ' ', $var);
$exploded = explode(" ", $var);
if(count($exploded) == 8) {
$tmp = $exploded[count($exploded) - 4];
Expand Down

0 comments on commit f112893

Please sign in to comment.