From b7105331ade480f6f6bf2d33da9db72534fe83d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Fri, 3 Mar 2017 13:37:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E6=AD=A2=E5=88=A0=E9=99=A4=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B9=EF=BC=8C=E5=8F=AA=E8=83=BD=E6=94=B9=E5=90=8D?= =?UTF-8?q?=EF=BC=8C=E9=98=B2=E6=AD=A2=E8=AF=AF=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kcfinder/conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcfinder/conf/config.php b/kcfinder/conf/config.php index 2da0ae44..1deac60a 100644 --- a/kcfinder/conf/config.php +++ b/kcfinder/conf/config.php @@ -81,7 +81,7 @@ $_CONFIG = array( 'dirs' => array( 'create' => true, - 'delete' => true, + 'delete' => false, 'rename' => true ) ),