From: eldy <> Date: Sat, 9 Jun 2001 00:12:55 +0000 (+0000) Subject: Add Windows ME in OS database. X-Git-Tag: AWSTATS_1_0~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0b27b2154c8c9659296ca5dd439675dc219d01f;p=thirdparty%2FAWStats.git Add Windows ME in OS database. --- diff --git a/cgi-bin/awstats.pl b/cgi-bin/awstats.pl index 52a697d3..b77dfdf0 100644 --- a/cgi-bin/awstats.pl +++ b/cgi-bin/awstats.pl @@ -87,7 +87,7 @@ $word, $yearcon, $yearfile, $yearmonthfile, $yeartoprocess) = (); @sortsearchwords = @sortsereferrals = @sortsider404 = @sortsiders = @sortunknownip = @sortunknownreferer = @sortunknownrefererbrowser = @wordlist = (); -$VERSION="2.5 (build 15)"; +$VERSION="2.5 (build 16)"; $Lang=0; # Default value @@ -265,6 +265,7 @@ $BarImageHorizontal_k = "barrehk.png"; # OS lists ("os detector in lower case","os text") %OSHash = ( +"winme","Windows Me", "win2000","Windows 2000", "winnt","Windows NT", "win98","Windows 98", @@ -294,6 +295,7 @@ $BarImageHorizontal_k = "barrehk.png"; # OS AliasHash ("text that match in log after changing ' ' or '+' into '_' ","osid") %OSAliasHash = ( +"windows_me","winme", "windows_2000","win2000", "windows_nt_5","win2000", "windows_nt","winnt",