]> git.ipfire.org Git - people/stevee/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>
Tue, 3 Aug 2021 17:25:42 +0000 (19:25 +0200)
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 3c13a79f5d98b2d66db8c9d02c51d675a8ff8950..51d6b5f35c689ecef303c053ecdb07fcabaa0c70 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);