include问题
getVerify直接用../lib/image.func.php可以显示验证码,用../include.php就不行了
翻了很多评论和问答,照着你们说的加入ob_clean();不行
删除了image.func.php里面的session_start();也不行
所以到底是个什么问题呢
include里面是照着下载的源码搬运的
<?php
session_start();
define("ROOT",dirname(__FILE__));
set_include_path(".".PATH_SEPARATOR.ROOT."/lib".PATH_SEPARATOR.ROOT."/core".PATH_SEPARATOR.ROOT."/configs".PATH_SEPARATOR.get_include_path());








