diff --git a/public/testip.php b/public/testip.php index 341b2684..90606199 100644 --- a/public/testip.php +++ b/public/testip.php @@ -29,7 +29,7 @@ if ($ip) $banstable .= "$first$last$comment\n"; } $banstable .= "\n"; - stderr("Result", "
The IP address ". htmlspecialchars($ip) ." is banned:

". htmlspecialchars($banstable) ."

"); + stderr("Result", "
The IP address ". $ip ." is banned:

". $banstable ."

", false); } } stdhead();