Skip to content

Commit

Permalink
user_agents: add new windows platform
Browse files Browse the repository at this point in the history
windows nt 6.3 equals Windows 8.1
  • Loading branch information
Ikke committed Sep 24, 2014
1 parent 67da593 commit 0699cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/user_agents.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
return array(

'platform' => array(
'windows nt 6.3' => 'Windows 8.1',
'windows nt 6.2' => 'Windows 8',
'windows nt 6.1' => 'Windows 7',
'windows nt 6.0' => 'Windows Vista',
Expand Down

0 comments on commit 0699cbf

Please sign in to comment.