I think we also need to add for windows 8
Fortunately we don't detect FF versions or we would be changing the code hourly...
Code: [Select]
} elseif (preg_match('#Windows NT 6\.2#i', $server_agent)) {
$os = 'Windows 8';
Fortunately we don't detect FF versions or we would be changing the code hourly...