Skip to content

Commit

Permalink
Merge pull request bcit-ci#1654 from Debeet/patch-1
Browse files Browse the repository at this point in the history
Windows 8 and PlayStation 3 in user_agents.php
  • Loading branch information
alexbilbie committed Jul 26, 2012
2 parents f2fc944 + 9defe90 commit 6e3d692
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/config/user_agents.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
*/

$platforms = array(
'windows nt 6.2' => 'Windows 8',
'windows nt 6.1' => 'Windows 7',
'windows nt 6.0' => 'Windows Vista',
'windows nt 5.2' => 'Windows 2003',
Expand Down Expand Up @@ -146,6 +147,7 @@
'ipaq' => 'HP iPaq',
'mot-' => 'Motorola',
'playstation portable' => 'PlayStation Portable',
'playstation 3' => 'PlayStation 3',
'hiptop' => 'Danger Hiptop',
'nec-' => 'NEC',
'panasonic' => 'Panasonic',
Expand Down

0 comments on commit 6e3d692

Please sign in to comment.