From 687e3728250ec74946050b04a384546fedf1fe70 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Mon, 1 Apr 2019 12:29:04 +0300 Subject: [ci skip] Merge pull request #5725 from Lablnet/patch-1 Added Meizu agent in Manufacturers --- application/config/user_agents.php | 1 + 1 file changed, 1 insertion(+) (limited to 'application/config/user_agents.php') 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', -- cgit v1.2.3-24-g4f1b