autoload 경로 재 변경
kakao를 별도의 namespace로 분리 외부 class의 namespace 문제 해결
This commit is contained in:
@@ -118,7 +118,7 @@ if(!file_exists(ROOT.'/d_setting/.htaccess')){
|
||||
|
||||
//DB 접근 권한 검사
|
||||
|
||||
$rootDB = new MeekroDB($host,$username,$password,$dbName,$port,'utf8');
|
||||
$rootDB = new \MeekroDB($host,$username,$password,$dbName,$port,'utf8');
|
||||
$rootDB->connect_options[MYSQLI_OPT_INT_AND_FLOAT_NATIVE] = true;
|
||||
|
||||
$rootDB->throw_exception_on_nonsql_error = false;
|
||||
|
||||
Reference in New Issue
Block a user