Update config.php

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

View File

@ -10,7 +10,7 @@ if(!check_function_exists("read_config")) {
function read_config() {
$config = array();
$files = retrieve_storage_files("config");
$files = retrieve_storage_dir("config");
foreach($files as $file) {
$ini = array();