diff options
author | Andrey Andreev <narf@devilix.net> | 2019-10-08 09:33:07 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2019-10-08 09:33:48 +0200 |
commit | 8bedae5600ab0c5bf0320afb8be2ecac3e74c23f (patch) | |
tree | 930b2fbdbe565d1c2fdde2beba9616d60aa11ce1 /application/config | |
parent | e72258f1098a3bb55f38dcc44ec16ea66c1c16f9 (diff) |
[ci skip] Merge pull request #5851 from ossamamehmood/patch-1
Fix for #5711 and added two more models
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/user_agents.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index c1581e5cd..ec8e3cffd 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -152,6 +152,10 @@ $mobiles = array( 'open web' => 'Open Web', 'openweb' => 'OpenWeb', 'meizu' => 'Meizu', + 'huawei' => 'Huawei', + 'xiaomi' => 'Xiaomi', + 'oppo' => 'Oppo', + 'vivo' => 'Vivo', // Operating Systems 'android' => 'Android', |