From 131b365cc45207237e8377ae28e2826b58abf850 Mon Sep 17 00:00:00 2001 From: Jim Grisham Date: Sun, 14 Mar 2021 14:45:42 -0400 Subject: [PATCH] Update pihole-FTL.conf.5 - specify comment formats ; Use a semi-colon as a comment character ; FTL is a C program and accepts # and ; comment markers ; ... but the web interface requires ; as it uses the php 'parse-ini-file' command ; /var/www/html/admin/scripts/pi-hole/php/FTL.php:23 --- manpages/pihole-FTL.conf.5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manpages/pihole-FTL.conf.5 b/manpages/pihole-FTL.conf.5 index 42405436..7d4f1426 100644 --- a/manpages/pihole-FTL.conf.5 +++ b/manpages/pihole-FTL.conf.5 @@ -7,6 +7,8 @@ pihole-FTL.conf - FTL's config file /etc/pihole/pihole-FTL.conf will be read by \fBpihole-FTL(8)\fR on startup. .br +Comments may start with ';' or '#' (anywhere in a line), but as the Pi-hole web front-end currently relies on the PHP 'parse-ini-file' routine to read this file, use ';' unless you do not plan on installing the web interface. +.br For each setting the option shown first is the default. .br