Skip to content

Commit

Permalink
Ping IP XSS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
x3rz committed Jun 30, 2021
1 parent 60ecb49 commit bf96b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/ping.php
Expand Up @@ -25,7 +25,7 @@
</title>
</head>
<body>
<h2>Ping <? echo $ip; ?></h2>
<h2>Ping <? echo htmlspecialchars($ip); ?></h2>
<pre>
==========================================================================
<?php
Expand Down

0 comments on commit bf96b43

Please sign in to comment.