diff options
author | Andrey Andreev <narf@devilix.net> | 2015-03-14 16:15:52 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-03-14 16:15:52 +0100 |
commit | f58930755e906895af2b04d6c438e1bbf26e154f (patch) | |
tree | 0664813d8f0558d664ec7581bd68dccd8fb032f2 /application/config | |
parent | dd8c0ed8d595425cd935c2f4638c398d2a2d23e2 (diff) | |
parent | 0b2c833e75f900ed1d8889f5e6afb88d84630134 (diff) |
Merge pull request #3671 from mZer0ne/patch-3
[ci skip] Add windows 10 to config/user_agents.php
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/user_agents.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 68d785365..6f3295a70 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -12,6 +12,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); */ $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', |