From: eldy <> Date: Sun, 19 Aug 2001 17:43:08 +0000 (+0000) Subject: Add a cache hash table for browser detection like os (Reduce AWStats process time). X-Git-Tag: AWSTATS_1_0~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c05ffaf55a9818b055b73bca99427609fbde6d72;p=thirdparty%2FAWStats.git Add a cache hash table for browser detection like os (Reduce AWStats process time). --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index e523d241..fed698e4 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -71,7 +71,7 @@ $total_h, $total_k, $total_p) = (); %MonthBytes = %MonthHits = %MonthHostsKnown = %MonthHostsUnknown = %MonthPages = %MonthUnique = %MonthVisits = %listofyears = %monthlib = %monthnum = (); -$VERSION="3.1 (build 18)"; +$VERSION="3.1 (build 19)"; $Lang="en"; $Sort=""; @@ -709,14 +709,15 @@ $BarImageHorizontal_k = "barrehk.png"; sub html_head { if ($HTMLOutput) { # Write head section + my $sitetoanalyze=$SiteToAnalyze; $sitetoanalyze =~ s/\\\./\./g; print "\n\n"; print "\n"; print "\n"; if ($PageCode ne "") { print "\n"; - print "\n"; + print "\n"; + print "\n"; print "\n"; - print "$Message[7] $SiteToAnalyze\n"; + print "$Message[7] $sitetoanalyze\n"; print <