]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ids.cgi: Do not double display a working notice when removing a ruleset
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 11 Apr 2022 03:47:15 +0000 (05:47 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Mon, 11 Apr 2022 03:47:15 +0000 (05:47 +0200)
provider.

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

index 9722e6c364c98162d3b86443fe2cdc4e6d894631..1ba4b9b538fc3fc64968115bf18a97caccc664f0 100644 (file)
@@ -874,9 +874,6 @@ if ($cgiparams{'RULESET'} eq $Lang::tr{'ids apply'}) {
        # Undef the given ID.
        undef($cgiparams{'ID'});
 
-       # Lock the webpage and print message.
-       &working_notice("$Lang::tr{'ids apply ruleset changes'}");
-
        # Drop the stored ruleset file.
        &IDS::drop_dl_rulesfile($provider);