ids.cgi: Move the section to customize the IDS ruleset to a function.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2021-03-20 16:58:11 +01:00
parent 1033cf2d0a
commit fed57fe7f0

View File

@@ -1094,6 +1094,16 @@ END
# Only show the section for configuring the ruleset if one is present.
if (%idsrules) {
&show_customize_ruleset();
}
&Header::closebigbox();
&Header::closepage();
#
## Function to show the customize ruleset section.
#
sub show_customize_ruleset() {
# Load neccessary perl modules for file stat and to format the timestamp.
use File::stat;
use POSIX qw( strftime );
@@ -1213,9 +1223,6 @@ END
}
}
&Header::closebigbox();
&Header::closepage();
#
## A function to display a notice, to lock the webpage and
## tell the user which action currently will be performed.