f_config/app.php 삭제, AppConf 클래스로 통합
This commit is contained in:
@@ -7,7 +7,7 @@ require_once(ROOT.'/f_config/DB.php');
|
||||
// 외부 파라미터
|
||||
$response['server'] = [];
|
||||
|
||||
foreach(getServerConfigList() as $serverInfo){
|
||||
foreach(AppConf::getList() as $serverInfo){
|
||||
list($serverKorName, $serverColor, $setting) = $serverInfo;
|
||||
|
||||
$serverObj = [
|
||||
|
||||
Reference in New Issue
Block a user