Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop
diff --git a/application/config/config.php b/application/config/config.php
index cc1307c..f78371f 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -330,6 +330,8 @@
 |	The location to save sessions to, driver dependant.
 |
 |	For the 'files' driver, it's a path to a writable directory.
+|	WARNING: Only absolute paths are supported!
+|
 |	For the 'database' driver, it's a table name.
 |	Please read up the manual for the format with other session drivers.
 |
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',