From: Stefan Schantl Date: Sun, 5 Aug 2018 17:42:33 +0000 (+0200) Subject: ids.cgi: Rename form name from SNORT to IDS X-Git-Tag: suricata-beta3~33^2~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0bfd338ee5c847b16ea534acf84fba645974ec7;p=people%2Fstevee%2Fipfire-2.x.git ids.cgi: Rename form name from SNORT to IDS Signed-off-by: Stefan Schantl --- diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index 0a814f1a11..353a0662b6 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -289,9 +289,9 @@ if ($cgiparams{'RULESET'} eq $Lang::tr{'update'}) { } } # Save snort settings. -} elsif ($cgiparams{'SNORT'} eq $Lang::tr{'save'}) { +} elsif ($cgiparams{'IDS'} eq $Lang::tr{'save'}) { # Prevent form name from been stored in conf file. - delete $cgiparams{'SNORT'}; + delete $cgiparams{'IDS'}; # Check if an oinkcode has been provided. if ($cgiparams{'OINKCODE'}) { @@ -395,8 +395,6 @@ END $Lang::tr{'stopped'} - -
br> END } &Header::closebox(); @@ -518,7 +516,7 @@ print < - +