From 3621d23a37c1546cec11ea6dff39fe33e733a76d Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 16 Jun 2020 16:46:48 +0900 Subject: [PATCH] Update storage.php --- system/storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/storage.php b/system/storage.php index c784665..919fc2f 100644 --- a/system/storage.php +++ b/system/storage.php @@ -91,7 +91,7 @@ if(!is_fn("allocate_uploaded_files")) { // storage/config/security.ini -> allowextensionsdisabled, allowextensions $allow_extensions_disabled = get_value_in_array("allowextensionsdisabled", $config, 0); - if(!empty($allow_extensions_disabled)) { + if(empty($allow_extensions_disabled)) { $allow_extensions = get_value_in_array("allowextensions", $config, $upload_allow_ext); }