mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
fix testip
This commit is contained in:
@@ -29,7 +29,7 @@ if ($ip)
|
||||
$banstable .= "<tr><td>$first</td><td>$last</td><td>$comment</td></tr>\n";
|
||||
}
|
||||
$banstable .= "</table>\n";
|
||||
stderr("Result", "<table border=0 cellspacing=0 cellpadding=0><tr><td class=embedded style='padding-right: 5px'><img src=pic/smilies/excl.gif></td><td class=embedded>The IP address <b>". htmlspecialchars($ip) ."</b> is banned:</td></tr></table><p>". htmlspecialchars($banstable) ."</p>");
|
||||
stderr("Result", "<table border=0 cellspacing=0 cellpadding=0><tr><td class=embedded>The IP address <b>". $ip ."</b> is banned:</td></tr></table><p>". $banstable ."</p>", false);
|
||||
}
|
||||
}
|
||||
stdhead();
|
||||
|
||||
Reference in New Issue
Block a user