Commit ab1dbdcb by 冷斌

fix bug

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