경로 오타 수정

This commit is contained in:
chicpro
2015-05-14 08:49:04 +09:00
parent 049b5d8039
commit 5dfdcb1d85

View File

@ -419,7 +419,7 @@ if ($w == '') {
<meta charset="utf-8">
<title>회원정보수정</title>
<body>
<form name="fregisterupdate" method="post" action="'.G5_HTTPS_BBS_URL.'/register_form.php">
<form name="fregisterupdate" method="post" action="'.G5_HTTP_BBS_URL.'/register_form.php">
<input type="hidden" name="w" value="u">
<input type="hidden" name="mb_id" value="'.$mb_id.'">
<input type="hidden" name="mb_password" value="'.$tmp_password.'">