Explorar el Código

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

F4nniu hace 3 años
padre
commit
a9a5696f58
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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';