f_config/app.php 삭제, AppConf 클래스로 통합

This commit is contained in:
2018-03-24 22:50:46 +09:00
parent e97bb32fba
commit 2cf6d0f01a
33 changed files with 51 additions and 102 deletions
+1 -4
View File
@@ -3,9 +3,6 @@ namespace sammo;
require('_common.php');
require(__DIR__.'/../f_config/SETTING.php');
session_start();
session_destroy();
@@ -28,7 +25,7 @@ if(strlen($password)!=128){
]);
}
if(!$SETTING->isExists()){
if(!AppConf::getRoot()->isExists()){
Json::die([
'result'=>false,
'reason'=>'DB 설정이 완료되지 않았습니다.'