!389 修改think框架引导文件为绝对路径

Merge pull request !389 from aa820t@126.com/master
pull/384/MERGE
F4nniu 2022-03-31 15:33:06 +00:00 committed by Gitee
commit a9a5696f58
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

2
think
View File

@ -14,4 +14,4 @@
define('APP_PATH', __DIR__ . '/application/');
// 加载框架引导文件
require './thinkphp/console.php';
require __DIR__ . '/thinkphp/console.php';