From e30e47cb4284583ae8c3c16d87f66639d244b4e0 Mon Sep 17 00:00:00 2001 From: icret <16373024+icret@users.noreply.github.com> Date: Sat, 22 May 2021 11:30:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20config.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.php b/config/config.php index ae8878b..0d4d81f 100644 --- a/config/config.php +++ b/config/config.php @@ -62,7 +62,7 @@ $config = array( // 每次最多上传图片数 'maxUploadFiles' => 30, // 是否开启登录上传 开启:true 关闭:false - 'mustLogin' => true, + 'mustLogin' => false, // 是否开启tinyfilemanager文件管理 开启:true 关闭:false 'tinyfilemanager' => true, // 登录上传和后台管理密码,管理用户名为:admin