Update storage.php

This commit is contained in:
Namhyeon Go 2019-05-13 18:09:13 +09:00 committed by GitHub
parent 0561ce9f33
commit c471e1bef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")) {