Change FTL's default log file path from /var/log/pihole/pihole-FTL.log to /var/log/pihole/FTL.log

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2022-07-03 20:26:04 +02:00
parent 047ef7183e
commit 2d526a5852
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ if(!$auth) die("Not authorized");
// files as large as the pihole.log
if(isset($_GET["FTL"]))
{
$file = fopen("/var/log/pihole/pihole-FTL.log","r");
$file = fopen("/var/log/pihole/FTL.log","r");
}
else
{