There was an error while loading. Please reload this page.
1 parent fea35bc commit fd12167Copy full SHA for fd12167
index.php
@@ -51,7 +51,7 @@
51
<h2> Output </h2>
52
</div>
53
<pre>
54
-<?= $cmd ?>
+<?= htmlspecialchars($cmd, ENT_QUOTES, 'UTF-8') ?>
55
</pre>
56
<?php endif; ?>
57
0 commit comments