설치시 서버의 기본 경로를 받도록 설정

This commit is contained in:
2018-03-18 05:19:28 +09:00
parent b52bd4e4e2
commit bd26ee858c
4 changed files with 36 additions and 5 deletions
+9
View File
@@ -11,6 +11,15 @@ function getGlobalSalt(){
return '_tK_globalSalt_';
}
/**
* 서버 주소 반환. 서버의 경로가 하부 디렉토리인 경우에 하부 디렉토리까지 포함
*
* @return string
*/
function getServerBasepath(){
return '_tK_serverBasePath_';
}
/**
* DB 객체 생성
*