extractMissingPostToGlobals(); 제거

This commit is contained in:
2018-11-13 02:10:17 +09:00
parent a00b62ffcc
commit c44ae2f00c
22 changed files with 0 additions and 43 deletions
-2
View File
@@ -8,8 +8,6 @@ include "func.php";
$type = Util::getReq('type', 'int', 0);
$sel = Util::getReq('sel', 'int', 1);
extractMissingPostToGlobals();
if($sel <= 0 || $sel > 12){
$sel = 1;
}