diff --git a/d_setting/conf.orig.php b/d_setting/conf.orig.php index baa536ab..f9b1674d 100644 --- a/d_setting/conf.orig.php +++ b/d_setting/conf.orig.php @@ -11,6 +11,15 @@ function getGlobalSalt(){ return '_tK_globalSalt_'; } +/** + * 서버 주소 반환. 서버의 경로가 하부 디렉토리인 경우에 하부 디렉토리까지 포함 + * + * @return string + */ +function getServerBasepath(){ + return '_tK_serverBasePath_'; +} + /** * DB 객체 생성 * diff --git a/f_install/install.php b/f_install/install.php index ee2b48ea..307013c1 100644 --- a/f_install/install.php +++ b/f_install/install.php @@ -66,6 +66,14 @@ use utilphp\util as util; + +