사용자: 아이디/패스워드 찾기 를 회원정보 찾기로 문구 통일

This commit is contained in:
whitedot
2013-03-11 11:45:00 +09:00
parent b5167f75c0
commit b256f83166
4 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@ if ($is_member) {
alert("이미 로그인중입니다.");
}
$g4['title'] = '회원아이디/패스워드 찾기';
$g4['title'] = '회원정보 찾기';
include_once(G4_PATH.'/head.sub.php');
$action_url = G4_HTTPS_BBS_URL."/password_lost2.php";