diff options
author | Derek Allard <derek.allard@ellislab.com> | 2010-01-17 16:52:47 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2010-01-17 16:52:47 +0100 |
commit | aca699599d3a6eacc2f36a487d874a02c3df31a4 (patch) | |
tree | eb979803708d40407c06be206e4b81d35b2ad4f2 /system | |
parent | b5f211b14198afce3a4a60000f9ab3b8f14d0d6d (diff) |
adding Chrome to list of browsers for user-agent class
Diffstat (limited to 'system')
-rw-r--r-- | system/application/config/user_agents.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/application/config/user_agents.php b/system/application/config/user_agents.php index f15b007a5..a1becd98f 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( + 'Chrome' => 'Chrome', 'Opera' => 'Opera', 'MSIE' => 'Internet Explorer', 'Internet Explorer' => 'Internet Explorer', |