의심 가는 취약점 구역 차단

This commit is contained in:
2018-04-06 01:47:39 +09:00
parent a0a2e2097c
commit 7a6472d49d
17 changed files with 236 additions and 147 deletions
+3
View File
@@ -4,6 +4,9 @@ namespace sammo;
include "lib.php";
include "func.php";
// $title, $msg, $num
$title = Util::array_get($_POST['title']);
$msg = Util::array_get($_POST['msg']);
$num = Util::toInt(Util::array_get($_POST['num']));
//로그인 검사
$session = Session::requireGameLogin()->setReadOnly();