From: eldy <> Date: Mon, 22 Jul 2002 18:04:42 +0000 (+0000) Subject: Added Plugins support X-Git-Tag: AWSTATS_5_0_BETA~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54ee03c29192b228a2d24661edf91e9e0a4fc36d;p=thirdparty%2FAWStats.git Added Plugins support --- diff --git a/wwwroot/cgi-bin/plugins/timehires.pl b/wwwroot/cgi-bin/plugins/timehires.pl index c59b5b1b..3d4286cd 100644 --- a/wwwroot/cgi-bin/plugins/timehires.pl +++ b/wwwroot/cgi-bin/plugins/timehires.pl @@ -10,6 +10,6 @@ use Time::HiRes qw( gettimeofday ); -$UseHiRes=1; +$PluginTimeHiRes=1; 1; # Do not remove this line