]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
ids-functions.pl: Run in perl strict mode.
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 26 Mar 2021 12:17:59 +0000 (13:17 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 19 Dec 2021 12:22:59 +0000 (13:22 +0100)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/cfgroot/ids-functions.pl

index 3e146b589494c0f0ca7730240914e00c1015d46d..a71305b988224f40fd5fa2c0f9b7bf403e06a276 100644 (file)
@@ -21,6 +21,8 @@
 #                                                                          #
 ############################################################################
 
+use strict;
+
 package IDS;
 
 require '/var/ipfire/general-functions.pl';