Commit cdc50740 by 冷斌

fix bug

parent 2d7ea93a
...@@ -7,7 +7,7 @@ error_reporting(E_ALL); ...@@ -7,7 +7,7 @@ error_reporting(E_ALL);
//网站根路径设置 //网站根路径设置
define('SITE_PATH', dirname(__FILE__)); define('SITE_PATH', dirname(__FILE__));
echo SITE_PATH; var_dump(SITE_PATH);
die; die;
// 载入核心文件 // 载入核心文件
......
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