ids.cgi: Add button to customize the ruleset.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2021-03-21 17:17:05 +01:00
parent 019e5e9baf
commit dd2ce333f7
3 changed files with 3 additions and 0 deletions

View File

@@ -939,6 +939,7 @@ END
print"<input type='submit' name='RULESET' value='$Lang::tr{'update ruleset'}'>\n";
}
print <<END;
<input type='submit' name='RULESET' value='$Lang::tr{'ids customize ruleset'}'>
<input type='submit' name='RULESET' value='$Lang::tr{'save'}'>
</td>