From: eldy <> Date: Sun, 27 Jul 2003 18:20:04 +0000 (+0000) Subject: Removed the "Faster" call to geoipfree plugin as the Memoize plugin used is rarely... X-Git-Tag: AWSTATS_5_7_BETA~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9caa10e5f71d6a08ef8fa57c8e6bf2fd39f0b1e3;p=thirdparty%2FAWStats.git Removed the "Faster" call to geoipfree plugin as the Memoize plugin used is rarely available. --- diff --git a/wwwroot/cgi-bin/plugins/geoipfree.pm b/wwwroot/cgi-bin/plugins/geoipfree.pm index 86404ec8..96bc685f 100644 --- a/wwwroot/cgi-bin/plugins/geoipfree.pm +++ b/wwwroot/cgi-bin/plugins/geoipfree.pm @@ -51,7 +51,7 @@ sub Init_geoipfree { debug(" InitParams=$InitParams",1); %TmpDomainLookup=(); $gi = Geo::IPfree::new(); - $gi->Faster; # Enable the faster option. +# $gi->Faster; # Do not enable Faster as the Memoize module is rarely available # -----> return ($checkversion?$checkversion:"$PluginHooksFunctions");