정적 분석기 결과 반영. 빠진 POST 인자 입력 등
This commit is contained in:
@@ -7,6 +7,7 @@ include "func.php";
|
||||
$title = Util::getReq('title');
|
||||
$msg = Util::getReq('msg');
|
||||
$num = Util::getReq('num');
|
||||
$reply = Util::getReq('reply');
|
||||
// $title, $msg, $num
|
||||
|
||||
//로그인 검사
|
||||
|
||||
Reference in New Issue
Block a user