history.back 에서 해결
This commit is contained in:
@ -38,7 +38,8 @@ if($error) {
|
||||
|
||||
<script>
|
||||
alert("<? echo $msg; ?>");
|
||||
document.location.href = "<? echo $url; ?>";
|
||||
//document.location.href = "<? echo $url; ?>";
|
||||
document.location.replace("<? echo $url; ?>");
|
||||
</script>
|
||||
|
||||
<noscript>
|
||||
|
||||
Reference in New Issue
Block a user