diff options
author | Ossama Mehmood <40134503+ossamamehmood@users.noreply.github.com> | 2019-10-05 06:20:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-05 06:20:04 +0200 |
commit | 315acfa47757aef9355a4658a59269530183819d (patch) | |
tree | 5e1ed67fbb9c4921bb355b53fa2fb67c35a3ef51 /application/config | |
parent | 00df649efef7fe3420138c6f66c95ce1042ab3d2 (diff) |
Update user_agents.php
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 3523528bf..48d5ab526 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -153,6 +153,10 @@ $mobiles = array( 'open web' => 'Open Web', 'openweb' => 'OpenWeb', 'meizu' => 'Meizu', + 'huawei' => 'Huawei', + 'xiaomi' => 'Xiaomi', + 'oppo' => 'Oppo', + 'vivo' => 'Vivo', // Operating Systems 'android' => 'Android', |