diff options
author | Andrey Andreev <narf@devilix.net> | 2019-04-01 11:29:04 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2019-04-01 11:29:37 +0200 |
commit | 687e3728250ec74946050b04a384546fedf1fe70 (patch) | |
tree | 2e03c67e61f8f580bb4b30205a861002f76d32c8 | |
parent | b78ba5521d42e393380e205451c341b69b3d7984 (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 ad0b0fd20..c1581e5cd 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -151,6 +151,7 @@ $mobiles = array( 'wii' => 'Nintendo Wii', 'open web' => 'Open Web', 'openweb' => 'OpenWeb', + 'meizu' => 'Meizu', // Operating Systems 'android' => 'Android', |