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
+1 -1
View File
@@ -33,7 +33,7 @@ if($userGrade < 6) {
function doServerModeSet($server, $action, &$response){
$serverList = AppConf::getList();
$settingObj = $serverList[$server][2];
$settingObj = $serverList[$server];
$serverDir = $settingObj->getShortName();
$serverPath = $settingObj->getBasePath();