验证码优化兼容iis
parent
ecc52b1183
commit
a61bc22eeb
|
|
@ -125,6 +125,7 @@ class Verify
|
|||
$this->KindofSession();
|
||||
|
||||
// 输出图像
|
||||
ob_clean();
|
||||
header('Content-Type: image/gif');
|
||||
imagegif($this->img);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue