인스톨러 버그 수정

This commit is contained in:
2019-09-15 02:59:38 +09:00
parent b5922095f0
commit 87a0e73c96
+2 -2
View File
@@ -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) {