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
+2
View File
@@ -4,6 +4,8 @@ namespace sammo;
include "lib.php";
include "func.php";
// $btn, $msg
$btn = Util::getReq('btn');
$msg = Util::getReq('msg');
$gen = Util::getReq('gen', 'int');
$sel = Util::getReq('sel', 'int');