diff --git a/scripts/pi-hole/php/tailLog.php b/scripts/pi-hole/php/tailLog.php index f778d561..dcbe80ce 100644 --- a/scripts/pi-hole/php/tailLog.php +++ b/scripts/pi-hole/php/tailLog.php @@ -14,11 +14,11 @@ if(!$auth) die("Not authorized"); // files as large as the pihole.log if(isset($_GET["FTL"])) { - $file = fopen("/var/log/pihole-FTL.log","r"); + $file = fopen("/var/log/pihole/pihole-FTL.log","r"); } else { - $file = fopen("/var/log/pihole.log","r"); + $file = fopen("/var/log/pihole/pihole.log","r"); } if(!$file)