Skip to content

Commit

Permalink
Add Windows 8 support
Browse files Browse the repository at this point in the history
Signed-off-by: Woody Gilk <woody.gilk@kohanaframework.org>
  • Loading branch information
tbbuck authored and Woody Gilk committed Aug 27, 2012
1 parent 713bfd5 commit 3c7fc8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/user_agents.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
return array(

'platform' => array(
'windows nt 6.2' => 'Windows 8',
'windows nt 6.1' => 'Windows 7',
'windows nt 6.0' => 'Windows Vista',
'windows nt 5.2' => 'Windows 2003',
Expand Down

0 comments on commit 3c7fc8c

Please sign in to comment.