mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-06 03:56:57 +08:00
验证码优化兼容iis
This commit is contained in:
@ -125,6 +125,7 @@ class Verify
|
||||
$this->KindofSession();
|
||||
|
||||
// 输出图像
|
||||
ob_clean();
|
||||
header('Content-Type: image/gif');
|
||||
imagegif($this->img);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user