페이지 리다이렉트 방식 변경
<script>location.replace</script>에서 PHP redirect header를 직접 이용하는 방식으로.
This commit is contained in:
+1
-1
@@ -276,6 +276,6 @@ $rootDB->insert('member_log', [
|
||||
<script>
|
||||
window.alert('정상적으로 회원 가입되었습니다. 장수명 : <?=$name?> \n튜토리얼을 꼭 읽어보세요!');
|
||||
</script>
|
||||
<script>location.replace('index.php');</script>
|
||||
<script>location.replace('./');</script>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user