commit | 0b2c833e75f900ed1d8889f5e6afb88d84630134 | [log] [tgz] |
---|---|---|
author | Oleg Filippov <mZer0ne@users.noreply.github.com> | Sat Mar 14 17:10:02 2015 +0200 |
committer | Oleg Filippov <mZer0ne@users.noreply.github.com> | Sat Mar 14 17:10:02 2015 +0200 |
tree | 0664813d8f0558d664ec7581bd68dccd8fb032f2 | |
parent | dd8c0ed8d595425cd935c2f4638c398d2a2d23e2 [diff] |
Update user_agents.php Add Windows 10
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 68d7853..6f3295a 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php
@@ -12,6 +12,7 @@ */ $platforms = array( + 'windows nt 10.0' => 'Windows 10', 'windows nt 6.3' => 'Windows 8.1', 'windows nt 6.2' => 'Windows 8', 'windows nt 6.1' => 'Windows 7',