warning 확인을 위해 가능한 모든 replace 태그를 무효화함

index.php에 대한 iframe 일부 삭제
This commit is contained in:
2018-01-20 04:00:59 +09:00
parent 8bf5433300
commit 8fa3af0fb8
63 changed files with 180 additions and 104 deletions
+2 -1
View File
@@ -121,6 +121,7 @@ if($admin['npcmode'] != 1) {
window.alert('정상적으로 회원 가입되었습니다. ID : $id');
</script>");
echo("<script>window.open('../i_other/help.php');</script>");
echo("<script>location.replace('index.php');</script>");
//echo("<script>location.replace('index.php');</script>");
echo 'index.php';//TODO:debug all and replace
}