From: Rob Brewer Date: Sun, 6 Mar 2022 19:55:25 +0000 (+0100) Subject: ipblocklists.dat: Remove uneccessary and broken module includes. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d8d2df59c34aaa4d6b7ff6daf4cefd0f22dede4;p=people%2Fstevee%2Fipfire-2.x.git ipblocklists.dat: Remove uneccessary and broken module includes. Signed-off-by: Rob Brewer Signed-off-by: Stefan Schantl --- 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";