织梦后台不显示验证码的解决
ob_clean();/////在下面的代码前加上这个
header("content-type:image/jpeg\r\n");
imagejpeg($im);
ob_clean();////////在下面的代码前加上这个
header("content-type:image/png\r\n");
imagepng($im);
ob_clean();/////在下面的代码前加上这个
header("content-type:image/jpeg\r\n");
imagejpeg($im);
ob_clean();////////在下面的代码前加上这个
header("content-type:image/png\r\n");
imagepng($im);