You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
修改captcha.php中的一处笔误
This commit is contained in:
@@ -59,4 +59,4 @@ for ($i = 0; $i < 5; $i++) {
|
||||
// 因为有些浏览器,访问的content-type会是文本型,所以我们需要设置成图片的格式类型
|
||||
header("content-type:image/png");
|
||||
imagepng($img); //建立png函数
|
||||
imagedestroy($image);
|
||||
imagedestroy($img);
|
||||
|
||||
Reference in New Issue
Block a user