post type 빠진 것 추가

This commit is contained in:
2018-04-12 04:00:29 +09:00
parent 2eae9b2062
commit 6881b531d7
+3
View File
@@ -3,6 +3,9 @@ namespace sammo;
include "lib.php";
include "func.php";
$type = Util::getReq('type', 'int');
//로그인 검사
$session = Session::requireGameLogin()->setReadOnly();
$userID = Session::getUserID();