summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorBo-Yi Wu <appleboy.tw@gmail.com>2011-11-12 08:23:04 +0100
committerBo-Yi Wu <appleboy.tw@gmail.com>2011-11-12 08:23:04 +0100
commitf22f852d48a6a54f6f8858489a62a4a03b39e91e (patch)
tree44460d5579f78ab5fa283746d342a1bb01a31350 /application
parentc3fb51026f780aa353ac643f2188964f1c3139a9 (diff)
Add OpenWeb Mobile User Agent
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Diffstat (limited to 'application')
-rw-r--r--application/config/user_agents.php13
1 files changed, 8 insertions, 5 deletions
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 */