验证码优化兼容iis

This commit is contained in:
devil_gong
2019-06-17 14:44:09 +08:00
parent ecc52b1183
commit a61bc22eeb

View File

@ -125,6 +125,7 @@ class Verify
$this->KindofSession();
// 输出图像
ob_clean();
header('Content-Type: image/gif');
imagegif($this->img);