Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
패스워드 찾기 https url 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Aug 16, 2017
1 parent fb77d9e commit 5c5a3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbs/password_check.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
} else
alert('w 값이 제대로 넘어오지 않았습니다.');

goto_url('./board.php?'.$qstr);
goto_url(G5_HTTP_BBS_URL.'/board.php?'.$qstr);
?>

0 comments on commit 5c5a3d1

Please sign in to comment.