Skip to content

Commit 6d1f914

Browse files
authored
Merge pull request #234 from HC3560/master
修改captcha.php中的一处笔误,会导致Nginx报错
2 parents 1935009 + f38ad67 commit 6d1f914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/captcha.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@
5959
// 因为有些浏览器,访问的content-type会是文本型,所以我们需要设置成图片的格式类型
6060
header("content-type:image/png");
6161
imagepng($img); //建立png函数
62-
imagedestroy($image);
62+
imagedestroy($img);

0 commit comments

Comments
 (0)