diff --git a/settings.php b/settings.php index 420aae36..200ac060 100644 --- a/settings.php +++ b/settings.php @@ -10,7 +10,7 @@ require "scripts/pi-hole/php/savesettings.php"; require_once "scripts/pi-hole/php/FTL.php"; // Reread ini file as things might have been changed $setupVars = parse_ini_file("/etc/pihole/setupVars.conf"); -$piholeFTLConf = piholeFTLConfig(true); +$piholeFTLConf = piholeFTLConfig("/etc/pihole/pihole-FTL.conf" ,true); // Handling of PHP internal errors $last_error = error_get_last();