]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/ids.cgi
ids.cgi: Do not double display a working notice when removing a ruleset
[people/pmueller/ipfire-2.x.git] / 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);