Skip to content

Commit 5e861eb

Browse files
committed
Merge pull request hestiacp#639 from tjebbeke/patch-3
hestiacp#638 quick fix
2 parents 1689ea3 + 1eb5237 commit 5e861eb

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)