From c471e1bef22e656d8fefe8fa166c7de24a1d02b7 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 13 May 2019 18:09:13 +0900 Subject: [PATCH] Update storage.php --- system/storage.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/system/storage.php b/system/storage.php index 45f1e63..43252c3 100644 --- a/system/storage.php +++ b/system/storage.php @@ -259,9 +259,6 @@ if(!check_function_exists("write_storage_file")) { $upload_base_url = get_storage_url($storage_type); $upload_filename = sprintf("%s/%s", $upload_base_path, get_safe_path($filename)); - // add option: encryption Update config.php 4 minutes ago - database.php Update database.php 9 days ago - logger.php $encryption = get_value_in_array("encryption", $options, ""); if(!empty($encryption)) { if(!loadHelper("encryptiontool")) {