summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2013-11-11 12:48:58 +0100
committerAndrey Andreev <narf@devilix.net>2013-11-11 12:48:58 +0100
commit61c124b37289657c50634a64d6f3921bea05213e (patch)
tree4e59e963ad092ebad54187b5545719fa7a245262 /application
parentaf709d6ebe6ca75913d7a9eedb4fdcd76be45c50 (diff)
parentfdd1461d98d2b28af282ea676e85a656341f02f3 (diff)
Merge pull request #2718 from vkeranov/develop
Update user_agents.php
Diffstat (limited to 'application')
-rw-r--r--application/config/user_agents.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php
index 899e96a94..0686bf972 100644
--- a/application/config/user_agents.php
+++ b/application/config/user_agents.php
@@ -104,7 +104,8 @@ $browsers = array(
'hotjava' => 'HotJava',
'amaya' => 'Amaya',
'IBrowse' => 'IBrowse',
- 'Maxthon' => 'Maxthon'
+ 'Maxthon' => 'Maxthon',
+ 'Ubuntu' => 'Ubuntu Web Browser'
);
$mobiles = array(
@@ -223,4 +224,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 */