From a61bc22eeb9b38f3bd9f0a8ef798968cc4a7c0d7 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Mon, 17 Jun 2019 14:44:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AA=8C=E8=AF=81=E7=A0=81=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=85=BC=E5=AE=B9iis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/base/Verify.php | 1 + 1 file changed, 1 insertion(+) diff --git a/extend/base/Verify.php b/extend/base/Verify.php index 50ba9233c..d24176195 100755 --- a/extend/base/Verify.php +++ b/extend/base/Verify.php @@ -125,6 +125,7 @@ class Verify $this->KindofSession(); // 输出图像 + ob_clean(); header('Content-Type: image/gif'); imagegif($this->img); -- GitLab