Skip to content

Commit 8f46b48

Browse files
committed
改进命令行入口文件
1 parent 5bcf9fa commit 8f46b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

think

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// +----------------------------------------------------------------------
1212

1313
// 定义项目路径
14-
define('APP_PATH', './application/');
14+
define('APP_PATH', __DIR__ . '/application/');
1515

1616
// 加载框架引导文件
1717
require './thinkphp/console.php';

0 commit comments

Comments
 (0)