From: eldy <> Date: Fri, 28 Jun 2002 14:35:16 +0000 (+0000) Subject: no message X-Git-Tag: AWSTATS_4_1_BETA~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6da9beec33cb1e807e365b1c894a249e5cdcd36;p=thirdparty%2FAWStats.git no message --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index f16d23e3..cf93a4de 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -19,7 +19,7 @@ use Time::Local; # use Time::Local 'timelocal_nocheck' is faster but not support use vars qw/ $UseHiRes $UseCompress /; # Next 'use' can be uncommented to get miliseconds time in showsteps option -use Time::HiRes qw( gettimeofday ); $UseHiRes=1; +#use Time::HiRes qw( gettimeofday ); $UseHiRes=1; # Next 'use' can be uncommented to allow read/write of gz compressed log or history files (not working yet) #use Compress::Zlib; $UseCompress=1;