We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01189af commit d45ae18Copy full SHA for d45ae18
inc/config.class.php
@@ -1836,7 +1836,7 @@ function showSystemInformations() {
1836
echo wordwrap($msg."\n", $width, "\n\t");
1837
1838
if (isset($_SERVER["HTTP_USER_AGENT"])) {
1839
- echo "\t" . $_SERVER["HTTP_USER_AGENT"] . "\n";
+ echo "\t" . Toolbox::clean_cross_side_scripting_deep($_SERVER["HTTP_USER_AGENT"]) . "\n";
1840
}
1841
1842
foreach ($DB->getInfo() as $key => $val) {
0 commit comments