Commit 2d7ea93a by 冷斌

fix bug

parent 8350e82f
......@@ -7,6 +7,9 @@ error_reporting(E_ALL);
//网站根路径设置
define('SITE_PATH', dirname(__FILE__));
echo SITE_PATH;
die;
// 载入核心文件
require SITE_PATH . '/core/core.php';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment