Setting 클래스 변경. 해당 클래스에서 한국어명 등을 모두 관리.

- 해당 클래스를 참조하는 코드들 수정
This commit is contained in:
2018-03-25 17:56:07 +09:00
parent b7c03e5554
commit 7a34cc4089
8 changed files with 99 additions and 22 deletions
+3 -3
View File
@@ -45,9 +45,9 @@ if($dt == $rf) {
$servers = [];
foreach(AppConf::getList() as $key=>$server){
$setting = $server[2];
if($setting->isExists()){
foreach(AppConf::getList() as $key=>$setting){
if($setting->isRunning()){
$servers[] = $key;
}
}