f_config/app.php 삭제, AppConf 클래스로 통합
This commit is contained in:
@@ -91,7 +91,7 @@ if(!is_uploaded_file($image['tmp_name'])) {
|
||||
|
||||
$servers = [];
|
||||
|
||||
foreach(getServerConfigList() as $key=>$server){
|
||||
foreach(AppConf::getList() as $key=>$server){
|
||||
$setting = $server[2];
|
||||
if($setting->isExists()){
|
||||
$servers[] = $key;
|
||||
|
||||
Reference in New Issue
Block a user