diff options
author | Alex Bilbie <alex.bilbie@gmail.com> | 2012-07-26 13:43:24 +0200 |
---|---|---|
committer | Alex Bilbie <alex.bilbie@gmail.com> | 2012-07-26 13:43:24 +0200 |
commit | 6e3d6921f0e0632c16a7d60bf3fca908ea09791e (patch) | |
tree | 79db4a04430bfe11c52c77c9938cf9b35d30eb4b /application/config | |
parent | f2fc944f74e9737de943858dc7aa1cccd99a470f (diff) | |
parent | 9defe90c7716ba6fb70fb5a2f95864563f0e9395 (diff) |
Merge pull request #1654 from Debeet/patch-1
Windows 8 and PlayStation 3 in user_agents.php
Diffstat (limited to 'application/config')
-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', |