]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
ipblocklists.dat: Remove uneccessary and broken module includes.
authorRob Brewer <rob.brewer@ipfire.org>
Sun, 6 Mar 2022 19:55:25 +0000 (20:55 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 7 Jul 2022 15:26:14 +0000 (17:26 +0200)
Signed-off-by: Rob Brewer <rob.brewer@ipfire.org>
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
html/cgi-bin/logs.cgi/ipblocklists.dat

index c86cb882277340338b8000c6391b160dc8855fbf..d4b2593a788c4b9d5be1c841226f05cba2892d6f 100755 (executable)
 #                          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";