메시지 관련 template 준비중

This commit is contained in:
2018-01-28 03:44:27 +09:00
parent 3ecee6a9e8
commit 9b45ca41fa
4 changed files with 51 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ function Tag2Code($str) {
}
function BadTag2Code($str) {
/* FIXME: 제대로된 tag 변환 코드 사용 */
$str = str_replace("<script", "<sorry", $str);
$str = str_replace("<embed", "<sorry", $str);
return $str;