diff options
author | Derek Allard <derek.allard@ellislab.com> | 2009-04-14 21:35:23 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2009-04-14 21:35:23 +0200 |
commit | c3ddd3f45d1b2813d782255d9f3224d97f0f4738 (patch) | |
tree | 4bcbad6358ec2e7387abdfab175fc278aca4b6c8 | |
parent | 93bddd16200be9eaf623dd6114860792097f11ac (diff) |
Changed order of listed user-agents so Safari would more accurately report itself. (#6844)
-rw-r--r-- | system/application/config/user_agents.php | 2 | ||||
-rw-r--r-- | user_guide/changelog.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/system/application/config/user_agents.php b/system/application/config/user_agents.php index c01b2767d..f15b007a5 100644 --- a/system/application/config/user_agents.php +++ b/system/application/config/user_agents.php @@ -59,8 +59,8 @@ $browsers = array( 'Camino' => 'Camino', 'Netscape' => 'Netscape', 'OmniWeb' => 'OmniWeb', - 'Mozilla' => 'Mozilla', 'Safari' => 'Safari', + 'Mozilla' => 'Mozilla', 'Konqueror' => 'Konqueror', 'icab' => 'iCab', 'Lynx' => 'Lynx', diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 8eec51d65..9bc64d2ad 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -66,6 +66,7 @@ SVN Revision: </p> <ul> <li>Added a new <a href="libraries/cart.html">Cart Class</a>.</li> <li>Added the ability to pass $config['file_name'] for the <a href="libraries/file_uploading.html">File Uploading Class</a> and rename the uploaded file.</li> + <li>Changed order of listed user-agents so Safari would more accurately report itself. (#6844)</li> </ul> </li> <li>Database |