diff --git a/chat.php b/chat.php index ae47db3..659a282 100644 --- a/chat.php +++ b/chat.php @@ -683,7 +683,7 @@ function send_captcha(): void $fg=imagecolorallocate($im, 255, 255, 255); imagefill($im, 0, 0, $bg); imagestring($im, 5, 5, 5, $code, $fg); - echo ''; echo ''.hidden('challenge', $randid).'';