Skip to content

Commit 1783221

Browse files
tic8liu21st
authored andcommitted
框架引导文件改为绝对路径
1 parent 6d2c7ec commit 1783221

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
@@ -14,4 +14,4 @@
1414
define('APP_PATH', __DIR__ . '/application/');
1515

1616
// 加载框架引导文件
17-
require './thinkphp/console.php';
17+
require __DIR__.'/thinkphp/console.php';

0 commit comments

Comments
 (0)