mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 18:59:48 +01:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user