We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4be1eb + 5e861eb commit 66c9e56Copy full SHA for 66c9e56
1 file changed
web/list/web-log/index.php
@@ -15,7 +15,7 @@
15
16
if ($return_var == 0 ) {
17
foreach($output as $file) {
18
- echo $file . "\n";
+ echo htmlentities($file) . "\n";
19
}
20
21
-echo " </pre>\n</body>\n</html>\n";
+echo " </pre>\n</body>\n</html>\n";
0 commit comments