diff options
author | Eric Roberts <eric@cryode.com> | 2012-08-03 22:39:04 +0200 |
---|---|---|
committer | Eric Roberts <eric@cryode.com> | 2012-08-03 22:39:04 +0200 |
commit | 17636e8bb20a4d53fec8fd8aaf530f53bd22d612 (patch) | |
tree | a844b9aff5ecb42ce2c49ea4e187ef44cc4d39a8 /application/config/user_agents.php | |
parent | da038d2ebccb4d45ea6d819c914563b2bc009a86 (diff) | |
parent | 6c94c2dcfb6557947c9ac67e419b2856fd80e01d (diff) |
Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop
Diffstat (limited to 'application/config/user_agents.php')
-rw-r--r-- | application/config/user_agents.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 416ef5679..9befddc99 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -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', @@ -146,6 +147,7 @@ $mobiles = array( 'ipaq' => 'HP iPaq', 'mot-' => 'Motorola', 'playstation portable' => 'PlayStation Portable', + 'playstation 3' => 'PlayStation 3', 'hiptop' => 'Danger Hiptop', 'nec-' => 'NEC', 'panasonic' => 'Panasonic', |