ソースを参照

!389 修改think框架引导文件为绝对路径
Merge pull request !389 from aa820t@126.com/master

F4nniu 3 年 前
コミット
a9a5696f58
1 ファイル変更1 行追加1 行削除
  1. 1 1
      think

+ 1 - 1
think

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