Actions
Feature #77462
closedTypoScript conditions: Condition for Windows 10 is missing
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2016-08-09
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In correlation to this request https://forge.typo3.org/issues/51813:
Please Add a check for Windows 10 to sysext/core/Classes/Utility/ClientUtility.php and - if matched - add a value in $browserInfo['all_systems'], e.g. "win8".
elseif (strstr($userAgent, 'Windows NT 10.0')) { $browserInfo['all_systems'][] = 'win10'; $browserInfo['all_systems'][] = 'winNT'; }
Thanks
Actions