diff options
author | Andrey Andreev <narf@bofh.bg> | 2013-01-21 14:24:09 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2013-01-21 14:24:09 +0100 |
commit | 3ffce987e0d7efa68bbce2d83915b06e97bd3475 (patch) | |
tree | 926cc6c13def119792b0c37afcdea5cd3823d58d /application/config | |
parent | 1106c528b213f9f58f4b2d9be60f78ca8067236e (diff) |
[ci skip] Manually apply #2162, #2163
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/user_agents.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 7f86d2dfc..35c36cb42 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -101,7 +101,8 @@ $browsers = array( 'Links' => 'Links', 'hotjava' => 'HotJava', 'amaya' => 'Amaya', - 'IBrowse' => 'IBrowse' + 'IBrowse' => 'IBrowse', + 'Maxthon' => 'Maxthon' ); $mobiles = array( |