diff options
author | Andrey Andreev <narf@devilix.net> | 2014-01-03 17:21:07 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-01-03 17:21:07 +0100 |
commit | 53d7c37f6ed59b3b1536a1ab439b85a086fbc4be (patch) | |
tree | b610b76bb6a743513272917c639c7313f1adc94a /application | |
parent | 2ce19b1a2a2a5e734a9072cd9fca77b89aff3ab8 (diff) | |
parent | 303c7b28c81fef11cc825e215b146f17318d4c04 (diff) |
Merge pull request #2753 from SirDre/patch-1
Update user_agents.php
Diffstat (limited to 'application')
-rw-r--r-- | application/config/user_agents.php | 3 |
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 */ |