ids-functions.pl: Run in perl strict mode.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2021-03-26 13:17:59 +01:00
parent b5350c4d6e
commit e55fa2f745

View File

@@ -21,6 +21,8 @@
# # # #
############################################################################ ############################################################################
use strict;
package IDS; package IDS;
require '/var/ipfire/general-functions.pl'; require '/var/ipfire/general-functions.pl';