빙의 후 페이지 이동

This commit is contained in:
2018-04-17 01:54:42 +09:00
parent 816daed570
commit e90e508005
+3 -2
View File
@@ -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>