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
@@ -6,8 +6,6 @@ include "func.php";
$type = Util::getReq('type', 'int', 1);
extractMissingPostToGlobals();
if($type <= 0 || $type > 8){
$type = 1;
}