diff --git a/bbs/password_check.php b/bbs/password_check.php index 086508911..b13e6fc85 100644 --- a/bbs/password_check.php +++ b/bbs/password_check.php @@ -31,5 +31,5 @@ if ($w == 's') { } else alert('w 값이 제대로 넘어오지 않았습니다.'); -goto_url('./board.php?'.$qstr); +goto_url(G5_HTTP_BBS_URL.'/board.php?'.$qstr); ?>