修改captcha.php中的一处笔误

pull/234/head
HC3560 2025-03-09 02:33:39 +08:00 committed by GitHub
parent 1935009daa
commit f38ad67386
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -59,4 +59,4 @@ for ($i = 0; $i < 5; $i++) {
// 因为有些浏览器访问的content-type会是文本型所以我们需要设置成图片的格式类型
header("content-type:image/png");
imagepng($img); //建立png函数
imagedestroy($image);
imagedestroy($img);