]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
no message
authoreldy <>
Mon, 25 Feb 2002 03:02:31 +0000 (03:02 +0000)
committereldy <>
Mon, 25 Feb 2002 03:02:31 +0000 (03:02 +0000)
tools/common2combined.pl
tools/logresolvemerge.pl

index b7800721bf93612da0a8d6705d0d3108c67ed404..7e7338545fd56e9411fe0643413658b4c0de4337 100644 (file)
@@ -10,7 +10,7 @@
 # See COPYING.TXT file about AWStats GNU General Public License.
 #-------------------------------------------------------
 use strict; no strict "refs";
-use diagnostics;
+#use diagnostics;
 
 
 #-------------------------------------------------------
@@ -30,6 +30,8 @@ my $DirData="";
 my $NbOfLinesForBenchmark=5000;
 my $NewReferer="-";            #$NewReferer="http://www.referersite.com/refererpage.html";
 my $NewUserAgent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)";
+my $nowtime = my $nowweekofmonth = my $nowdaymod = my $nowsmallyear = 0; 
+my $nowsec = my $nowmin = my $nowhour = my $nowday = my $nowmonth = my $nowyear = my $nowwday = 0;
 # ---------- Init hash arrays --------
 my %ParamFile=();
 my %linerecord=();
index 9fba6a8474185ed5ce27ba5ddf20cc3d8cbbf57a..72056c5e60f8d40943378241987027c6e6ce2e76 100644 (file)
@@ -11,7 +11,7 @@
 # See COPYING.TXT file about AWStats GNU General Public License.
 #-------------------------------------------------------
 use strict; no strict "refs";
-use diagnostics;
+#use diagnostics;
 #use Thread;
 
 
@@ -29,9 +29,11 @@ my $Extension;
 my $DNSLookup=0;
 my $DirCgi="";
 my $DirData="";
+my $DNSLookupAlreadyDone=0;
 my $QueuePoolSize=10;
 my $NbOfLinesForBenchmark=5000;
-my $DNSLookupAlreadyDone=0;
+my $nowtime = my $nowweekofmonth = my $nowdaymod = my $nowsmallyear = 0; 
+my $nowsec = my $nowmin = my $nowhour = my $nowday = my $nowmonth = my $nowyear = my $nowwday = 0;
 # ---------- Init arrays --------
 my @SkipDNSLookupFor=();
 # ---------- Init hash arrays --------