]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Minor change
authoreldy <>
Sun, 13 Apr 2008 14:40:38 +0000 (14:40 +0000)
committereldy <>
Sun, 13 Apr 2008 14:40:38 +0000 (14:40 +0000)
README.TXT
wwwroot/cgi-bin/awstats.pl

index 3558f2b06056da220d4c4505ef948f73dd0838b0..a412b7ecb023cf8299c25932316a00033faa77c9 100644 (file)
@@ -14,7 +14,7 @@ server log files (and even ftp servers or mail logs) on all Operating Systems.
 License: GNU GPL (GNU General Public License. See LICENSE file),
          OSI Certified Open Source Software license.
 Version: 6.8
-Release date: February 2008
+Release date: April 2008
 Platforms: All (Linux, NT, BSD, Solaris and other *NIX's, BeOS, OS/2...)
 Author: Laurent Destailleur <eldy@users.sourceforge.net>
 AWStats official web site and latest version: http://awstats.sourceforge.net
index d3fd3bc8663961e6b49c3dee51a6a870b1580ee3..1bdf242d8ccffd8a986fb87d429dfc937073bab6 100644 (file)
@@ -562,7 +562,7 @@ sub http_head {
                }
                print "\n";
        }
-       $HeaderHTTPSent++;;
+       $HeaderHTTPSent++;
 }
 
 #------------------------------------------------------------------------------