From 8167b857bee7723779374d5fee81603cbb075373 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Fri, 14 Apr 2023 17:12:31 +0200 Subject: [PATCH] ipblocklist-functions.pl: Use strict Signed-off-by: Stefan Schantl --- config/cfgroot/ipblocklist-functions.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/cfgroot/ipblocklist-functions.pl b/config/cfgroot/ipblocklist-functions.pl index bd026a01d..8a65577ca 100644 --- a/config/cfgroot/ipblocklist-functions.pl +++ b/config/cfgroot/ipblocklist-functions.pl @@ -21,6 +21,8 @@ package IPblocklist; +use strict; + require '/var/ipfire/general-functions.pl'; require "${General::swroot}/ipblocklist/sources"; -- 2.39.5