From b251c522205973bfc3992e22d70827eb0c2b1b7a Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 17 Jan 2010 16:02:01 +0000 Subject: Added Flock to the list of browsers in the user agent class --- system/application/config/user_agents.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/application') diff --git a/system/application/config/user_agents.php b/system/application/config/user_agents.php index a1becd98f..a1c0b14b6 100644 --- a/system/application/config/user_agents.php +++ b/system/application/config/user_agents.php @@ -48,6 +48,7 @@ $platforms = array ( // The order of this array should NOT be changed. Many browsers return // multiple browser types so we want to identify the sub-type first. $browsers = array( + 'Flock' => 'Flock', 'Chrome' => 'Chrome', 'Opera' => 'Opera', 'MSIE' => 'Internet Explorer', -- cgit v1.2.3-24-g4f1b