From a6b4a1d3557792fdb7d46f6319fa54bada33f143 Mon Sep 17 00:00:00 2001
From: Jayin Ton <tonjayin@gmail.com>
Date: Mon, 6 Jul 2020 16:16:13 +0800
Subject: [PATCH] 修复关闭路由错误

---
 public/install.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/install.php b/public/install.php
index c0ba3f6..b6239e5 100644
--- a/public/install.php
+++ b/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('');
--
libgit2 0.24.0