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
@@ -10,8 +10,6 @@ $comment = Util::getReq('comment');
$title = Util::getReq('title');
$str = Util::getReq('str');
extractMissingPostToGlobals();
//로그인 검사
$session = Session::requireGameLogin()->setReadOnly();
$userID = Session::getUserID();