ids.cgi: Allways use the whitelist

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2018-12-18 15:19:30 +01:00
parent 25b6545a6e
commit 8353c3fd36

View File

@@ -419,11 +419,11 @@ if ($cgiparams{'RULESET'} eq $Lang::tr{'update'}) {
# Write header to file.
print FILE "#Autogenerated file. Any custom changes will be overwritten!\n";
# Allways load the whitelist.
print FILE " - whitelist.rules\n";
# Check if the enabled_rulefiles array contains any entries.
if (@enabled_rulefiles) {
# Allways load the whitelist.
print FILE " - whitelist.rules\n";
# Loop through the array of rulefiles which should be loaded and write them to the file.
foreach my $file (@enabled_rulefiles) {
print FILE " - $file\n";