그누보드 Reflected XSS 취약점(18-0085, 0132) 수정

This commit is contained in:
thisgun
2018-03-16 12:17:00 +09:00
parent b95db6a4a7
commit 108651c46d

View File

@ -2,6 +2,8 @@
include_once('./_common.php');
include_once(G5_PATH.'/head.sub.php');
//$msg = isset($msg) ? strip_tags($msg) : '';
$msg2 = str_replace("\\n", "<br>", $msg);
if($error) {