From f22f852d48a6a54f6f8858489a62a4a03b39e91e Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 12 Nov 2011 15:23:04 +0800 Subject: Add OpenWeb Mobile User Agent Signed-off-by: Bo-Yi Wu --- application/config/user_agents.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'application/config/user_agents.php') diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 721ce413d..c1dd8171a 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -151,10 +151,13 @@ $mobiles = array( 'spv' => "SPV", 'zte' => "ZTE", 'sendo' => "Sendo", - 'dsi' => "Nintendo DSi", - 'ds' => "Nintendo DS", - 'wii' => "Nintendo Wii", - '3ds' => "Nintendo 3DS", + 'dsi' => "Nintendo DSi", + 'ds' => "Nintendo DS", + 'wii' => "Nintendo Wii", + '3ds' => "Nintendo 3DS", + 'open web' => "Open Web", + 'openweb' => "OpenWeb", + // Operating Systems 'android' => "Android", 'symbian' => "Symbian", @@ -206,4 +209,4 @@ $robots = array( ); /* End of file user_agents.php */ -/* Location: ./application/config/user_agents.php */ \ No newline at end of file +/* Location: ./application/config/user_agents.php */ -- cgit v1.2.3-24-g4f1b