Commit 9d1d5cd1 by 冷斌

fix bug

parent 275303a9
......@@ -58,6 +58,9 @@ if (!defined('__ROOT__')) {
define('__ROOT__', (($_root == '/' || $_root == '\\') ? '' : rtrim($_root, '/')));
}
var_dump($_SERVER);
die;
//基本常量定义
tsdefine('CORE_PATH', dirname(__FILE__));
tsdefine('THINK_PATH', CORE_PATH . '/ThinkPHP');
......
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