From 0b2c833e75f900ed1d8889f5e6afb88d84630134 Mon Sep 17 00:00:00 2001 From: Oleg Filippov Date: Sat, 14 Mar 2015 17:10:02 +0200 Subject: Update user_agents.php Add Windows 10 --- application/config/user_agents.php | 1 + 1 file changed, 1 insertion(+) 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', -- cgit v1.2.3-24-g4f1b