]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
no message
authoreldy <>
Fri, 28 Jun 2002 14:35:16 +0000 (14:35 +0000)
committereldy <>
Fri, 28 Jun 2002 14:35:16 +0000 (14:35 +0000)
wwwroot/cgi-bin/awstats.pl

index f16d23e30eb1ad98c02c38a2f0487c4c3b7cf8e5..cf93a4de03e72d056474471353535f0191d0aa90 100644 (file)
@@ -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;