]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Removed the "Faster" call to geoipfree plugin as the Memoize plugin used is rarely...
authoreldy <>
Sun, 27 Jul 2003 18:20:04 +0000 (18:20 +0000)
committereldy <>
Sun, 27 Jul 2003 18:20:04 +0000 (18:20 +0000)
wwwroot/cgi-bin/plugins/geoipfree.pm

index 86404ec8f98d1ae2a05b8ef411f2b889f57c304a..96bc685fe27713b2d481ab346bbfd15fbdbee52e 100644 (file)
@@ -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");