경고창으로 메세지를 출력하는 경우 태그를 삭제
This commit is contained in:
@ -40,7 +40,7 @@ if($error) {
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
alert("<? echo $msg; ?>");
|
alert("<? echo strip_tags($msg); ?>");
|
||||||
//document.location.href = "<? echo $url; ?>";
|
//document.location.href = "<? echo $url; ?>";
|
||||||
document.location.replace("<? echo $url; ?>");
|
document.location.replace("<? echo $url; ?>");
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user