From e9fd34ad2632af43fae3787de283e4918b23e45b Mon Sep 17 00:00:00 2001 From: Rob Brewer Date: Sun, 6 Mar 2022 20:55:25 +0100 Subject: [PATCH] ipblocklists.dat: Remove uneccessary and broken module includes. Signed-off-by: Rob Brewer Signed-off-by: Stefan Schantl --- html/cgi-bin/logs.cgi/ipblocklists.dat | 2 -- 1 file changed, 2 deletions(-) diff --git a/html/cgi-bin/logs.cgi/ipblocklists.dat b/html/cgi-bin/logs.cgi/ipblocklists.dat index c86cb88227..d4b2593a78 100755 --- a/html/cgi-bin/logs.cgi/ipblocklists.dat +++ b/html/cgi-bin/logs.cgi/ipblocklists.dat @@ -11,14 +11,12 @@ # and Michael Tremer (www.ipfire.org) use strict; -use Getopt::Std; # enable only the following on debugging purpose #use warnings; #use CGI::Carp 'fatalsToBrowser'; require '/var/ipfire/general-functions.pl'; -require "${General::swroot}/geoip-functions.pl"; require "${General::swroot}/lang.pl"; require "${General::swroot}/header.pl"; -- 2.39.5