extractMissingPostToGlobals(); 제거

This commit is contained in:
2018-11-13 02:11:00 +09:00
parent 6a9e7aa89d
commit 26fc56f2b8
22 changed files with 0 additions and 43 deletions
-2
View File
@@ -10,8 +10,6 @@ $tnmt = Util::getReq('tnmt', 'int', 1);
//$detachNPC = Util::getReq('detachNPC', 'bool');
$detachNPC = false;
extractMissingPostToGlobals();
if($mode < 0 || $mode > 2){
$mode = 2;
}