From: Stefan Schantl Date: Fri, 29 Jul 2022 15:43:09 +0000 (+0200) Subject: ids-ports-helper-lib.pl: Make services array global accessible. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ddf57cf696248fed6167d15a093047330d484f0e;p=people%2Fstevee%2Fipfire-2.x.git ids-ports-helper-lib.pl: Make services array global accessible. Otherwise the ids-functions.pl can not access this array. Signed-off-by: Stefan Schantl --- diff --git a/config/cfgroot/ids-ports-helper-lib.pl b/config/cfgroot/ids-ports-helper-lib.pl index eb740de40..ea4cc05d6 100644 --- a/config/cfgroot/ids-ports-helper-lib.pl +++ b/config/cfgroot/ids-ports-helper-lib.pl @@ -28,7 +28,7 @@ package IDS::Ports::Helper; require '/var/ipfire/general-functions.pl'; # Array which contains the currently supported services. -my @services = ( +our @services = ( "tor", );