Update storage.php

This commit is contained in:
Namhyeon Go 2019-11-15 15:53:42 +09:00 committed by GitHub
parent 406c4a958b
commit b3ae89c9fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -310,7 +310,7 @@ if(!check_function_exists("remove_volatile_files")) {
return remove_storage_files("cache", array( return remove_storage_files("cache", array(
"max_age" => $max_age, "max_age" => $max_age,
"excludes" => array("index.php", "index.html") "excludes" => array("index.php", "index.html")
)); ), $options);
} }
} }