From 8c6e6dc14308d2257e71dfe3cb583a4889defeb4 Mon Sep 17 00:00:00 2001 From: Gitea Date: Mon, 28 Jun 2021 07:05:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85=E6=96=87=E4=BB=B6bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/install.php b/public/install.php index fbbb6ee0..90c6261d 100644 --- a/public/install.php +++ b/public/install.php @@ -512,7 +512,7 @@ function check_dirfile(){ if(is_dir($item)) { $val[1] = '可读'; $val[2] = 'error'; - session('error', true); + session('error', false); } else { $val[1] = '不存在'; $val[2] = 'error';