diff options
author | Eric Roberts <eric@cryode.com> | 2012-08-12 02:53:59 +0200 |
---|---|---|
committer | Eric Roberts <eric@cryode.com> | 2012-08-12 02:53:59 +0200 |
commit | 19d0f56d53997dba23a736295aa2a67fbc5ad52f (patch) | |
tree | 7409dc37d6f87399451deb8aaf4b24d361e7f639 /application/config | |
parent | 17636e8bb20a4d53fec8fd8aaf530f53bd22d612 (diff) |
Bug fix #1695 - change Nintendo mobile user agents to be more specific.
Signed-off-by: Eric Roberts <eric@cryode.com>
Diffstat (limited to 'application/config')
-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', |