diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-08-16 09:57:47 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-08-16 09:57:47 +0200 |
commit | c2d3bcf36905a3ee9973e53381f70436f08b986f (patch) | |
tree | 7bc69e1a532314ef08788425523c06389a662285 /application/config/user_agents.php | |
parent | 6a64f856ae09fb14460cf09544a5fe9f2f463fea (diff) | |
parent | c58c7821abbf4e2b6038e5e2067dc10ab5918f4a (diff) |
Merge pull request #1698 from cryode/develop
Bug fix #1695 Update Nintendo mobile user agents.
Diffstat (limited to 'application/config/user_agents.php')
-rw-r--r-- | application/config/user_agents.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 9befddc99..78e4c8c7d 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -157,10 +157,10 @@ $mobiles = array( 'spv' => 'SPV', 'zte' => 'ZTE', 'sendo' => 'Sendo', - 'dsi' => 'Nintendo DSi', - 'ds' => 'Nintendo DS', + 'nintendo dsi' => 'Nintendo DSi', + 'nintendo ds' => 'Nintendo DS', + 'nintendo 3ds' => 'Nintendo 3DS', 'wii' => 'Nintendo Wii', - '3ds' => 'Nintendo 3DS', 'open web' => 'Open Web', 'openweb' => 'OpenWeb', |