From 65ba6442b1473e2bd17e7eb916a08c5b4fae0022 Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Tue, 27 Sep 2022 22:25:23 +0800 Subject: [PATCH] fix testip --- public/testip.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();