빙의 후 페이지 이동
This commit is contained in:
@@ -139,5 +139,6 @@ $rootDB->insert('member_log', [
|
||||
?>
|
||||
<script>
|
||||
window.alert('정상적으로 회원 가입되었습니다. 장수명 : <?=$npc['name']?>');
|
||||
</script>");
|
||||
<script>window.open('../i_other/help.php');</script>
|
||||
window.open('../i_other/help.php');
|
||||
location.href = './';
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user