diff --git a/think b/think index 8afa938affcc48dc7171fe9ab78d5e32ea25e9c6..8eeb81b5747cae9c76e74562de3789494596d3e1 100755 --- a/think +++ b/think @@ -14,4 +14,4 @@ define('APP_PATH', __DIR__ . '/application/'); // 加载框架引导文件 -require './thinkphp/console.php'; \ No newline at end of file +require __DIR__ . '/thinkphp/console.php'; \ No newline at end of file