취약점 (2018-0085, 0132) 이전 잘못된 코드 수정

This commit is contained in:
thisgun
2018-03-19 16:54:42 +09:00
parent af6d060fa0
commit fddd29388b

View File

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