lib.php에서 강제로 $_POST 추출을 시행하던 부분을 세부 파일로 이동.
This commit is contained in:
@@ -14,6 +14,8 @@ $double = Util::getReq('double', 'int', 0);
|
||||
$third = Util::getReq('third', 'int', 0);
|
||||
$fourth = Util::getReq('fourth', 'int', 0);
|
||||
|
||||
extractMissingPostToGlobals();
|
||||
|
||||
if(!$turn){
|
||||
$turn = [0];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user