# <-----
+push @INC, "${DIR}/plugins";
# ENTER HERE THE USE COMMAND FOR ALL REQUIRED PERL MODULES
if (!eval ('require "Geo/IPfree.pm";')) { return "Error: Need Perl module Geo::IPfree"; }
# ----->
debug(" InitParams=$InitParams",1);
%TmpDomainLookup=();
$gi = Geo::IPfree::new();
- $gi->Faster ; # Enable the faster option.
+ $gi->Faster; # Enable the faster option.
# ----->
return ($checkversion?$checkversion:"$PluginHooksFunctions");