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
This commit is contained in:
Jim Grisham 2021-03-14 14:45:42 -04:00 committed by GitHub
parent cbfb58f7a2
commit 131b365cc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. /etc/pihole/pihole-FTL.conf will be read by \fBpihole-FTL(8)\fR on startup.
.br .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. For each setting the option shown first is the default.
.br .br