From: Stefan Schantl Date: Fri, 14 Apr 2023 15:12:31 +0000 (+0200) Subject: ipblocklist-functions.pl: Use strict X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc6cf0b5c0e4c484a1bd286ce8fce6a811495b25;p=people%2Fstevee%2Fipfire-2.x.git ipblocklist-functions.pl: Use strict Signed-off-by: Stefan Schantl --- diff --git a/config/cfgroot/ipblocklist-functions.pl b/config/cfgroot/ipblocklist-functions.pl index bd026a01df..8a65577ca1 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";