Skip to content

Commit 1eb5237

Browse files
committed
hestiacp#638 quick fix
quick fix for issue hestiacp#638, maybe check on other places where this is possible?
1 parent 1689ea3 commit 1eb5237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/list/web-log/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
if ($return_var == 0 ) {
1717
foreach($output as $file) {
18-
echo $file . "\n";
18+
echo htmlentities($file) . "\n";
1919
}
2020
}
21-
echo " </pre>\n</body>\n</html>\n";
21+
echo " </pre>\n</body>\n</html>\n";

0 commit comments

Comments
 (0)