mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Update index.php
thanks stickler-ci ....... Signed-off-by: Rob Gill <rrobgill@protonmail.com>
This commit is contained in:
parent
31951dae4c
commit
5e99baf7b9
1 changed files with 2 additions and 1 deletions
|
@ -103,8 +103,9 @@ $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 = "") {
|
||||||
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>.");
|
||||||
|
}
|
||||||
|
|
||||||
// Set location of adlists file
|
// Set location of adlists file
|
||||||
if (is_file("/etc/pihole/adlists.list")) {
|
if (is_file("/etc/pihole/adlists.list")) {
|
||||||
|
|
Loading…
Reference in a new issue