Update storage.php

This commit is contained in:
Namhyeon Go 2019-11-15 16:39:50 +09:00 committed by GitHub
parent 08a409324d
commit f4f84f5f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -306,8 +306,7 @@ if(!check_function_exists("remove_storage_files")) {
if(!check_function_exists("remove_volatile_files")) {
function remove_volatile_files($storage_type, $max_age=0, $options=array()) {
$config = get_config();
return remove_storage_files("cache", array(
return remove_storage_files($storage_type, array(
"max_age" => $max_age,
"excludes" => array("index.php", "index.html")
), $options);