Skip to content

Commit

Permalink
框架引导文件改为绝对路径
Browse files Browse the repository at this point in the history
  • Loading branch information
tic8 authored and liu21st committed May 20, 2017
1 parent 6d2c7ec commit 1783221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion think
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
define('APP_PATH', __DIR__ . '/application/');

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

0 comments on commit 1783221

Please sign in to comment.