패스워드 찾기 https url 처리

This commit is contained in:
thisgun
2017-07-13 09:17:47 +09:00
parent 2513d9b0eb
commit 797f968c98

View File

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