|
http://域名/index.php 页面访问后显示
Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php
是index.php中这里报的
if ( ! is_dir($system_path))
{
exit("Your system folder path does not appear to be set correctly. Please open the following file and correct this: ".pathinfo(__FILE__, PATHINFO_BASENAME));
}
echo $system_path 输出后是 system/
这是php.ini配置吗问题吗
|
|