extractMissingPostToGlobals(); 제거
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user