Explorar o código

Merge pull request #69 from Jayin/patch-1

修复关闭路由错误
Karson %!s(int64=4) %!d(string=hai) anos
pai
achega
cb4c41e8bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      public/install.php

+ 1 - 1
public/install.php

@@ -21,7 +21,7 @@ require __DIR__ . '/../thinkphp/base.php';
 \think\Route::bind('\app\admin\command\Install', 'controller');
 
 // 关闭路由
-\think\App::route(true);
+\think\App::route(false);
 
 // 设置根url
 \think\Url::root('');