f_config/app.php 삭제, AppConf 클래스로 통합
This commit is contained in:
@@ -32,7 +32,7 @@ if($userGrade < 6) {
|
||||
}
|
||||
|
||||
function doServerModeSet($server, $action, &$response){
|
||||
$serverList = getServerConfigList();
|
||||
$serverList = AppConf::getList();
|
||||
$settingObj = $serverList[$server][2];
|
||||
|
||||
$serverDir = $settingObj->getShortName();
|
||||
|
||||
Reference in New Issue
Block a user