Setting 클래스들 접근 방법을 변경
-global 없이 사용가능 -isExist()를 isExists()로 변경
This commit is contained in:
@@ -48,7 +48,7 @@ if(file_exists(ROOT.'/d_setting/conf.php') && is_dir(ROOT.'/d_setting/conf.php')
|
||||
]);
|
||||
}
|
||||
|
||||
if($SETTING->isExist()){
|
||||
if($SETTING->isExists()){
|
||||
returnJson([
|
||||
'result'=>false,
|
||||
'reason'=>'이미 conf.php 파일이 있습니다'
|
||||
|
||||
Reference in New Issue
Block a user