]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
ids.cgi: Remove unused rulesetsources hashes.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 20 Mar 2021 15:54:37 +0000 (16:54 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 19 Dec 2021 12:21:51 +0000 (13:21 +0100)
They have been superseeded by the new ruleset sources file.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
html/cgi-bin/ids.cgi

index 04222d9f0f4ded960290678e3992846007053583..f3f408b31efd0d92536b905d5d596c307ae42f72 100644 (file)
@@ -39,7 +39,6 @@ my %mainsettings = ();
 my %idsrules = ();
 my %idssettings=();
 my %rulessettings=();
-my %rulesetsources = ();
 my %cgiparams=();
 my %checked=();
 my %selected=();
@@ -322,7 +321,6 @@ if(-f $IDS::used_rulefiles_file) {
 # Save ruleset configuration.
 if ($cgiparams{'RULESET'} eq $Lang::tr{'save'}) {
        my %oldsettings;
-       my %rulesetsources;
 
        # Read-in current (old) IDS settings.
        &General::readhash("$IDS::rules_settings_file", \%oldsettings);