warning 확인을 위해 가능한 모든 replace 태그를 무효화함
index.php에 대한 iframe 일부 삭제
This commit is contained in:
+2
-1
@@ -269,6 +269,7 @@ if($id_num) {
|
||||
echo("<script>
|
||||
window.alert('정상적으로 회원 가입되었습니다. ID : $id \n튜토리얼을 꼭 읽어보세요!');
|
||||
</script>");
|
||||
echo("<script>location.replace('index.php');</script>");
|
||||
//echo("<script>location.replace('index.php');</script>");
|
||||
echo 'index.php';//TODO:debug all and replace
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user