f_config/DB.php 제거

class_exists('RootDB')로 대체 가능
This commit is contained in:
2018-03-25 00:21:06 +09:00
parent 9e1aadf486
commit d777ca97c6
23 changed files with 31 additions and 39 deletions
+1 -2
View File
@@ -25,14 +25,13 @@ if(strlen($password)!=128){
]);
}
if(!AppConf::getRoot()->isExists()){
if(!class_exists('RootDB')){
Json::die([
'result'=>false,
'reason'=>'DB 설정이 완료되지 않았습니다.'
]);
}
require(__DIR__.'/../f_config/DB.php');
$rootDB = RootDB::db();
//초기 관리자 계정은 딱 하나만 있어야하므로, 중요함.