summaryrefslogtreecommitdiffstats
path: root/application/config/user_agents.php
diff options
context:
space:
mode:
authorAndre Gardiner <andre@andorum.com>2013-12-06 04:00:32 +0100
committerAndre Gardiner <andre@andorum.com>2013-12-06 04:00:32 +0100
commit303c7b28c81fef11cc825e215b146f17318d4c04 (patch)
treeb03dac498a40f9d0480680f199c8cfeb38a6d49b /application/config/user_agents.php
parent3ca060a00e5039aa00d4180ded52b1af49939114 (diff)
Update user_agents.php
Added Win 8.1 user agent to the array
Diffstat (limited to 'application/config/user_agents.php')
-rw-r--r--application/config/user_agents.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php
index 0953deafd..3dbf987e0 100644
--- a/application/config/user_agents.php
+++ b/application/config/user_agents.php
@@ -36,6 +36,7 @@
*/
$platforms = array(
+ 'windows nt 6.3' => 'Windows 8.1',
'windows nt 6.2' => 'Windows 8',
'windows nt 6.1' => 'Windows 7',
'windows nt 6.0' => 'Windows Vista',
@@ -224,4 +225,4 @@ $robots = array(
);
/* End of file user_agents.php */
-/* Location: ./application/config/user_agents.php */ \ No newline at end of file
+/* Location: ./application/config/user_agents.php */