From b8a4765522d31b61ebd524c40ace93531bfd8579 Mon Sep 17 00:00:00 2001 From: comp500 Date: Wed, 2 Nov 2011 08:13:07 +0000 Subject: add Nintendo mobile devices --- application/config/user_agents.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'application') 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", -- cgit v1.2.3-24-g4f1b