Hier also die Lösung für Version 1.24.4:
Nach:
# load configuration file
Füge ein:
# Alle configs einlesen ###########################################################################################################################
opendir(DIR, $absolute_path_of_configdir) || die "Kann Verzeichnis nicht oeffnen $absolute_path_of_configdir:";
my @VerzeichnisInhalt = grep{ $_ =~ /\.conf\.php$/ }readdir(DIR);
closedir(DIR);
foreach (@VerzeichnisInhalt) {
$datei=$absolute_path_of_configdir.$_;
und
Nach:
closeScript();
Füge ein:
} # end foreach
Wie immer ohne Gewähr.
Mfg, Kai