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();