From 59243bc34dd812f9621f3e62441f9502182e75af Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 9 Apr 2018 01:37:08 +0900 Subject: [PATCH] =?UTF-8?q?FIXME=EB=A5=BC=20=EB=8B=AC=EC=95=84=EB=91=90?= =?UTF-8?q?=EC=97=88=EB=8D=98=20RootDB::getServerBasepath=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f_install/templates/RootDB.orig.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/f_install/templates/RootDB.orig.php b/f_install/templates/RootDB.orig.php index b613b8f5..632dc48c 100644 --- a/f_install/templates/RootDB.orig.php +++ b/f_install/templates/RootDB.orig.php @@ -43,15 +43,4 @@ class RootDB { return self::$globalSalt; } - - /** - * 서버 주소 반환. 서버의 경로가 하부 디렉토리인 경우에 하부 디렉토리까지 포함 - * - * @return string - */ - public static function getServerBasepath() - { - //FIXME: 더 좋은 위치가 있을 것. - return self::$globalSalt; - } }