Kaynağa Gözat

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

F4nniu 3 yıl önce
ebeveyn
işleme
a9a5696f58
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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';