diff options
author | Muhammad Umer Farooq <Lablnet01@gmail.com> | 2019-03-24 06:58:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-24 06:58:09 +0100 |
commit | c7e8cf88b9759c16fd180fc037e5bf38e3160449 (patch) | |
tree | 45732a7ba8179eadbd33714dabcf48c2ae9efec4 | |
parent | 7480b4c89fadd542bd9f410c0d7657a67f169c1a (diff) |
Update user_agents.php
-rw-r--r-- | application/config/user_agents.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 9aa403eca..3523528bf 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -152,6 +152,7 @@ $mobiles = array( 'wii' => 'Nintendo Wii', 'open web' => 'Open Web', 'openweb' => 'OpenWeb', + 'meizu' => 'Meizu', // Operating Systems 'android' => 'Android', |