We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6d776 commit a988fd4Copy full SHA for a988fd4
1 file changed
view/img/image403.php
@@ -68,7 +68,7 @@
68
</g>
69
</svg>
70
<?php
71
- echo htmlspecialchars($_REQUEST['403ErrorMsg'] ?? '', ENT_QUOTES, 'UTF-8');
+ echo $_REQUEST['403ErrorMsg'] ?? '';
72
?>
73
</div>
74
<script>
0 commit comments