ipblocklists.dat: Remove uneccessary and broken module includes.

Signed-off-by: Rob Brewer <rob.brewer@ipfire.org>
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Rob Brewer
2022-03-06 20:55:25 +01:00
committed by Stefan Schantl
parent 33a446d8e1
commit d6b0613744

View File

@@ -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";