]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
no message
authoreldy <>
Sun, 8 Jul 2001 15:27:37 +0000 (15:27 +0000)
committereldy <>
Sun, 8 Jul 2001 15:27:37 +0000 (15:27 +0000)
README.TXT
wwwroot/cgi-bin/awstats.pl

index f4af3efbff2ba14a1df1a2ebbb5d30dab953ae8c..0bd8f0676b940131b9aae532bccb9cf948131f80 100644 (file)
@@ -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 <eldy@users.sourceforge.net>
 AWStats web site: http://awstats.sourceforge.net
index aa0213730e6282d3398ed2fa2480dc07fc351c62..86b4cc3178b9f2c983521e45ba80516943ce168d 100644 (file)
@@ -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 {