Web GUI ERROR

Meldung: There was a problem applying your settings.

Debugging information:
PHP error (2): syntax error, unexpected '=' in /etc/pihole/pihole-FTL.conf on line 1 in /var/www/html/admin/settings.php:14

Also, mal rein geschaut in die beiden Dateien.

cat /etc/pihole/pihole-FTL.conf
AAAA_QUERY_ANALYSIS=yesPRIVACYLEVEL=0

/var/www/html/admin/settings.php (Zeile 14) =
$piholeFTLConf = parse_ini_file($piholeConfFile);

Leider ist mein erstes Topic, ich habe kein FTL Log, ich habe kein Debug Log (rennt beides ins leere) in englisch noch nicht frei geschaltet. Das Problem hab ich zusätzlich

Da fehlt ein Zeilenumbruch

AAAA_QUERY_ANALYSIS=yesPRIVACYLEVEL=0

Korrekt wäre

AAAA_QUERY_ANALYSIS=yes
PRIVACYLEVEL=0