changes as requested

changes as requested 

Signed-off-by: Rob Gill <rrobgill@protonmail.com>
This commit is contained in:
Rob Gill 2018-05-12 10:49:01 +10:00 committed by GitHub
parent 5e99baf7b9
commit 9379487942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ $bpAskAdmin = !empty($svEmail) ? '<a href="mailto:'.$svEmail.'?subject=Site Bloc
// Determine if at least one block list has been generated // Determine if at least one block list has been generated
$blocklistglob = glob("/etc/pihole/list.0.*.domains"); $blocklistglob = glob("/etc/pihole/list.0.*.domains");
if ($blocklistglob = "") { if($blocklistglob === array()) {
die("[ERROR] There are no domain lists generated lists within <code>/etc/pihole/</code>! Please update gravity by running <code>pihole -g</code>, or repair Pi-hole using <code>pihole -r</code>."); die("[ERROR] There are no domain lists generated lists within <code>/etc/pihole/</code>! Please update gravity by running <code>pihole -g</code>, or repair Pi-hole using <code>pihole -r</code>.");
} }