Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2012-01-16 02:52:17 +0400
committerrobocoder <anthon.pang@gmail.com>2012-01-16 02:52:17 +0400
commit77c58405e291fc7d6da74c40b0ec4134e851cd00 (patch)
tree61a360d2316e4ab1bb52139db5580b0a74afb9e3 /libs/UserAgentParser
parentf5f81c4dabd6b9fe1756258c1d8187151854e1ca (diff)
fixes #2868
git-svn-id: http://dev.piwik.org/svn/trunk@5675 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'libs/UserAgentParser')
-rw-r--r--libs/UserAgentParser/UserAgentParser.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/UserAgentParser/UserAgentParser.php b/libs/UserAgentParser/UserAgentParser.php
index 656aa10ab4..50c19224bb 100644
--- a/libs/UserAgentParser/UserAgentParser.php
+++ b/libs/UserAgentParser/UserAgentParser.php
@@ -213,6 +213,9 @@ class UserAgentParser
// workaround for vendors who changed the WinPhone 7 user agent
'WP7' => 'WPH',
+ 'CYGWIN_MT-6.2' => 'WI8',
+ 'Windows NT 6.2' => 'WI8',
+ 'Windows 8' => 'WI8',
'CYGWIN_NT-6.1' => 'WI7',
'Windows NT 6.1' => 'WI7',
'Windows 7' => 'WI7',
@@ -552,6 +555,7 @@ class UserAgentParser
'WII' => 'Wii',
'NDS' => 'DS',
'DSI' => 'DSi',
+ 'WI8' => 'Win 8',
'WI7' => 'Win 7',
'WVI' => 'Win Vista',
'WS3' => 'Win S2003',