POST에 type, btn, gen 빠진것 보정

This commit is contained in:
2018-04-12 02:31:30 +09:00
parent 5a176568e9
commit 74d86b7897
9 changed files with 42 additions and 17 deletions
+5
View File
@@ -3,6 +3,11 @@ namespace sammo;
include "lib.php";
include "func.php";
$btn = Util::getReq('btn');
$gen = Util::getReq('gen', 'int', 0);
$type = Util::getReq('type', 'int');
//로그인 검사
$session = Session::requireGameLogin()->setReadOnly();