]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Better detection of windows OS
authoreldy <>
Fri, 1 Feb 2008 23:55:56 +0000 (23:55 +0000)
committereldy <>
Fri, 1 Feb 2008 23:55:56 +0000 (23:55 +0000)
wwwroot/cgi-bin/lib/operating_systems.pm

index 38d9c3aa847acb1bae5f23fc67dc48ff7ebb0e79..aa037d9e463f777c773ff64a2db6092d1e4254ae 100644 (file)
@@ -18,7 +18,7 @@
 # This list is used to know in which order to search Operating System IDs
 # (Most frequent one are first in this list to increase detect speed).
 # It contains all matching criteria to search for in log fields.
-# Note: OS IDs are in lower case and ' ' and '+' are changed into '_'
+# Note: OS IDs are in lower case and '_', ' ' and '+' are changed into '[_+ ]'
 #-------------------------------------------------------------------------
 @OSSearchIDOrder       = (
 # Windows OS family
@@ -34,6 +34,7 @@
 'win(.*)ce',
 'microsoft',
 'msie[_+ ]',
+'ms[_+ ]frontpage',
 # Macintosh OS family
 'mac[_+ ]os[_+ ]x',
 'mac[_+ ]?p',                                                                  # This works for macppc and mac_ppc and mac_powerpc
 'win(.*)ce','wince',
 'microsoft','winunknown',
 'msie[_+ ]','winunknown',
+'ms[_+ ]frontpage','winunknown',
 # Macintosh OS family
 'mac[_+ ]os[_+ ]x','macosx', 'vienna', 'macosx', 'newsfire', 'macosx', 'applesyndication', 'macosx',
 'mac[_+ ]?p','macintosh','mac[_+ ]68','macintosh','macweb','macintosh','macintosh','macintosh',