Update config.php
This commit is contained in:
parent
fdbf1870da
commit
2daee61f6e
|
@ -10,7 +10,7 @@ if(!function_exists("read_config")) {
|
||||||
function read_config() {
|
function read_config() {
|
||||||
$config = array();
|
$config = array();
|
||||||
|
|
||||||
$files = get_storage_files("config");
|
$files = retrieve_storage_files("config");
|
||||||
foreach($files as $file) {
|
foreach($files as $file) {
|
||||||
if(check_file_extension($file, "ini")) {
|
if(check_file_extension($file, "ini")) {
|
||||||
$ini = parse_ini_file($file);
|
$ini = parse_ini_file($file);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user