From 87a0e73c96e10f2e42e82003a2ece73f7f4b2d2c Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 15 Sep 2019 02:59:38 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B8=EC=8A=A4=ED=86=A8=EB=9F=AC=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f_install/j_setup_db.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/f_install/j_setup_db.php b/f_install/j_setup_db.php index 01b7833a..afc1249f 100644 --- a/f_install/j_setup_db.php +++ b/f_install/j_setup_db.php @@ -12,8 +12,8 @@ $servHost = Util::getReq('serv_host'); $sharedIconPath = Util::getReq('shared_icon_path'); $gameImagePath = Util::getReq('game_image_path'); -$kakaoRESTKey = Util::getReq('kakao_rest_key', ''); -$kakaoAdminKey = Util::getReq('kakao_admin_key', ''); +$kakaoRESTKey = Util::getReq('kakao_rest_key', 'string', ''); +$kakaoAdminKey = Util::getReq('kakao_admin_key', 'string', ''); if (!$host || !$port || !$username || !$password || !$dbName || !$servHost || !$sharedIconPath || !$gameImagePath) {