extractMissingPostToGlobals(); 제거

This commit is contained in:
2018-11-13 02:11:00 +09:00
parent c68de36bce
commit 9f0b2c570e
22 changed files with 0 additions and 43 deletions
-2
View File
@@ -16,8 +16,6 @@ if ($type < 0 || $type > 3) {
$type = 0;
}
extractMissingPostToGlobals();
//로그인 검사
$session = Session::requireGameLogin()->setReadOnly();
$userID = Session::getUserID();