diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-11-02 10:14:27 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-11-02 10:14:27 +0100 |
commit | 2a934c784aa1655b68d7c617914425b6bfe33b53 (patch) | |
tree | 4fb84ec0675d7389f5e4dd8015597988d1497cf0 | |
parent | 0087bb039f10e571b79217d80826a99a678dad78 (diff) | |
parent | b8a4765522d31b61ebd524c40ace93531bfd8579 (diff) |
Merge pull request #643 from comp500/develop
Add Nintendo mobile devices.
-rw-r--r-- | application/config/user_agents.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index cddb01da9..721ce413d 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -151,7 +151,10 @@ $mobiles = array( 'spv' => "SPV", 'zte' => "ZTE", 'sendo' => "Sendo", - + 'dsi' => "Nintendo DSi", + 'ds' => "Nintendo DS", + 'wii' => "Nintendo Wii", + '3ds' => "Nintendo 3DS", // Operating Systems 'android' => "Android", 'symbian' => "Symbian", |