We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1935009 + f38ad67 commit 6d1f914Copy full SHA for 6d1f914
app/captcha.php
@@ -59,4 +59,4 @@
59
// 因为有些浏览器,访问的content-type会是文本型,所以我们需要设置成图片的格式类型
60
header("content-type:image/png");
61
imagepng($img); //建立png函数
62
-imagedestroy($image);
+imagedestroy($img);
0 commit comments