diff options
author | Andrey Andreev <narf@devilix.net> | 2019-04-01 11:29:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-01 11:29:04 +0200 |
commit | db71b8f4f815e34d7d84fbff884c8f9ab267464b (patch) | |
tree | 45732a7ba8179eadbd33714dabcf48c2ae9efec4 | |
parent | 7480b4c89fadd542bd9f410c0d7657a67f169c1a (diff) | |
parent | c7e8cf88b9759c16fd180fc037e5bf38e3160449 (diff) |
[ci skip] Merge pull request #5725 from Lablnet/patch-1
Added Meizu agent in Manufacturers
-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', |