commit | fdd1461d98d2b28af282ea676e85a656341f02f3 | [log] [tgz] |
---|---|---|
author | vkeranov <vkeranov@gmail.com> | Fri Nov 08 09:19:29 2013 +0200 |
committer | vkeranov <vkeranov@gmail.com> | Fri Nov 08 09:19:29 2013 +0200 |
tree | e474197a1a95d7442cf2941ab5255ce5e12c6a53 | |
parent | 0949b36c3ebb10732223ddc890e1a41c015aa086 [diff] [blame] |
Update user_agents.php Added Ubuntu Web Browser. More info here: http://www.omgubuntu.co.uk/2013/11/ubuntu-touch-browser-finally-given-unique-user-agent-string
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 899e96a..0686bf9 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php
@@ -104,7 +104,8 @@ 'hotjava' => 'HotJava', 'amaya' => 'Amaya', 'IBrowse' => 'IBrowse', - 'Maxthon' => 'Maxthon' + 'Maxthon' => 'Maxthon', + 'Ubuntu' => 'Ubuntu Web Browser' ); $mobiles = array( @@ -223,4 +224,4 @@ ); /* End of file user_agents.php */ -/* Location: ./application/config/user_agents.php */ \ No newline at end of file +/* Location: ./application/config/user_agents.php */