Skip to content

Commit

Permalink
Escaped printed HTML.
Browse files Browse the repository at this point in the history
  • Loading branch information
alee2-bcchr committed Aug 5, 2021
1 parent f4274b7 commit 048e35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnbanIpAddress.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
include APP_PATH_VIEWS . 'HomeTabs.php';
?>
<div class="red" style="margin-top:50px; margin-bottom:50px">
<?php print $success; ?>
<?php print htmlspecialchars($success, ENT_QUOTES); ?>
</div>
<?php
$unban_ip = new \BCCHR\UnbanIp\UnbanIp();
Expand Down

0 comments on commit 048e35b

Please sign in to comment.