extractMissingPostToGlobals(); 제거

This commit is contained in:
2018-11-13 02:10:17 +09:00
parent ba8bae67ae
commit 1d5d72967a
22 changed files with 0 additions and 43 deletions
-2
View File
@@ -12,8 +12,6 @@ $rate = Util::getReq('rate', 'int');
$bill = Util::getReq('bill', 'int');
$secretlimit = Util::getReq('secretlimit', 'int');
extractMissingPostToGlobals();
//로그인 검사
$session = Session::requireGameLogin()->setReadOnly();
$userID = Session::getUserID();