08-03-2018, 04:36 AM
If you are using CI 3X you will see at the top of the config file.
So for Windows 8 your check should be windows nt 6.2 etc;
PHP Code:
'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',
So for Windows 8 your check should be windows nt 6.2 etc;
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )