lib.php에서 강제로 $_POST 추출을 시행하던 부분을 세부 파일로 이동.

This commit is contained in:
2018-04-14 00:28:24 +09:00
parent 67fef4b73d
commit a03d2cee63
46 changed files with 103 additions and 7 deletions
+2
View File
@@ -11,6 +11,8 @@ $genlist = Util::getReq('genlist', 'int');
$outlist = Util::getReq('outlist', 'int');
$citylist = Util::getReq('citylist', 'int');
extractMissingPostToGlobals();
//로그인 검사
$session = Session::requireGameLogin()->setReadOnly();
$userID = Session::getUserID();