<?phpheader("Content-type: text/html; charset=utf-8");date_default_timezone_set('PRC');if (get_magic_quotes_gpc()) { function stripslashes_deep($value){ $value = is_array($value) ? array_map('stripslashes_deep', $value) : stripslashes($value); return $value; } $_REQUEST = array_map('stripslashes_deep', $_REQUEST); $_POST = array_map('stripslashes_deep', $_POST); $_GET = array_map('stripslashes_deep', $_GET); $_COOKIE = array_map('stripslashes_deep', $_COOKIE);}//require('./360_safe3.php');define('CVS_ROOT', str_replace("\\", '/', dirname(__FILE__)));define('APP_DEBUG',0);define('APP_NAME', '138');define('CONF_PATH','./Data/conf/');define('RUNTIME_PATH','./Data/logs/');define('TMPL_PATH','./tpl/');define('HTML_PATH','./Data/html/');define('APP_PATH','./suetech/');define('CORE','./suetech/_Core'); require(CORE.'/suetech/_Core/suetech.php');最后一行错误 怎么改!!!Warning: require(CORE/suetech/_Core/suetech.php) [function.require]: failed to open stream: No such file or directory in D:\ComsenzEXP\wwwroot\index.php on line 26Fatal error: require() [function.require]: Failed opening required 'CORE/suetech/_Core/suetech.php' (include_path='.;C:\php5\pear') in D:\ComsenzEXP\wwwroot\index.php on line 26
Warning: require(CORE/suetech/_Core/suetech.php) [function.require]: failed to open stream: No such file or directory in D:\ComsenzEXP\wwwroot\index.php on line 26
Fatal error: require() [function.require]: Failed opening required 'CORE/suetech/_Core/suetech.php' (include_path='.;C:\php5\pear') in D:\ComsenzEXP\wwwroot\index.php on line 26
临摹微笑
郎朗坤