From f38ad6738618a30f88573389b7ef106845bdc922 Mon Sep 17 00:00:00 2001 From: HC3560 <69955975+HC3560@users.noreply.github.com> Date: Sun, 9 Mar 2025 02:33:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9captcha.php=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E4=B8=80=E5=A4=84=E7=AC=94=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/captcha.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/captcha.php b/app/captcha.php index 066b7ab..f6de05f 100644 --- a/app/captcha.php +++ b/app/captcha.php @@ -59,4 +59,4 @@ for ($i = 0; $i < 5; $i++) { // 因为有些浏览器,访问的content-type会是文本型,所以我们需要设置成图片的格式类型 header("content-type:image/png"); imagepng($img); //建立png函数 -imagedestroy($image); +imagedestroy($img);