From: eldy <> Date: Sun, 8 Jul 2001 15:27:37 +0000 (+0000) Subject: no message X-Git-Tag: AWSTATS_1_0~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37873fa862180d2e82f4a9dbf05d3e50d6594981;p=thirdparty%2FAWStats.git no message --- diff --git a/README.TXT b/README.TXT index f4af3efb..0bd8f067 100644 --- a/README.TXT +++ b/README.TXT @@ -9,8 +9,8 @@ pages, hits, hours, search engines, keywords used to find your site, broken links, robots and more. It works with IIS 5.0+ or Apache webserver log files. License: GNU GPL (GNU General Public License. See COPYING.TXT) -Version : 2.5 -Release date: 05 July 2001 +Version : 3.0 +Release date: 08 July 2001 Platforms: All (Linux, NT, SCO, BSD, Solaris and other *NIX's, BeOS, OS/2...) Author: Laurent Destailleur AWStats web site: http://awstats.sourceforge.net diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index aa021373..86b4cc31 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -81,7 +81,7 @@ $word, $yearcon, $yearfile, $yearmonthfile, $yeartoprocess) = (); %MonthBytes = %MonthHits = %MonthPages = %MonthUnique = %MonthVisits = %listofyears = %monthlib = %monthnum = (); -$VERSION="2.5 (build 39)"; +$VERSION="3.0 (build 1)"; $Lang="en"; # Default value @@ -1879,7 +1879,7 @@ if ($UpdateStats) { $new = $MyDNSTable{$Host}; } else { - if (&SkipDNSLookupFor($Host)) { + if (&SkipDNSLookup($Host)) { &debug("(Skipping this DNS lookup at user request.)",4); } else {