From 6881b531d774db243c818bc8333758371ce1f620 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 12 Apr 2018 04:00:29 +0900 Subject: [PATCH] =?UTF-8?q?post=20type=20=EB=B9=A0=EC=A7=84=20=EA=B2=83=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_myGenInfo.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hwe/b_myGenInfo.php b/hwe/b_myGenInfo.php index c10fa9c8..a873e5e7 100644 --- a/hwe/b_myGenInfo.php +++ b/hwe/b_myGenInfo.php @@ -3,6 +3,9 @@ namespace sammo; include "lib.php"; include "func.php"; + +$type = Util::getReq('type', 'int'); + //로그인 검사 $session = Session::requireGameLogin()->setReadOnly(); $userID = Session::getUserID();