diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-11-08 15:51:29 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-11-08 15:51:29 +0100 |
commit | 46a1de68a663fd7af1a0a08124738cecc84fd5c7 (patch) | |
tree | e172949e46eb15b6861c9b6945ce62f1d4ca13c0 /application/config | |
parent | 3b3782a8e039f70379afd775a2155b8b1ae1334d (diff) | |
parent | 39f118c73d62510d3676ad1ece53c6fe2cc43f64 (diff) |
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
Diffstat (limited to 'application/config')
-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", |