그누보드 XSS 취약점 수정

This commit is contained in:
thisgun
2020-04-03 12:27:16 +09:00
parent 1cc2b141f9
commit d6d6773fbb

View File

@ -3,6 +3,10 @@ include_once('./_common.php');
$g5['title'] = '비밀번호 입력';
if( isset($comment_id) ){
$comment_id = (int) $comment_id;
}
switch ($w) {
case 'u' :
$action = G5_HTTP_BBS_URL.'/write.php';