We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4274b7 commit 048e35bCopy full SHA for 048e35b
UnbanIpAddress.php
@@ -13,7 +13,7 @@
13
include APP_PATH_VIEWS . 'HomeTabs.php';
14
?>
15
<div class="red" style="margin-top:50px; margin-bottom:50px">
16
- <?php print $success; ?>
+ <?php print htmlspecialchars($success, ENT_QUOTES); ?>
17
</div>
18
<?php
19
$unban_ip = new \BCCHR\UnbanIp\UnbanIp();
0 commit comments