16 lines
416 B
PHP
16 lines
416 B
PHP
<?
|
|
include_once('./_common.php');
|
|
include_once(G4_GCAPTCHA_PATH.'/gcaptcha.lib.php');
|
|
|
|
if ($is_member) {
|
|
alert("이미 로그인중입니다.");
|
|
}
|
|
|
|
$g4['title'] = '회원아이디/패스워드 찾기';
|
|
include_once(G4_PATH.'/head.sub.php');
|
|
|
|
$action_url = G4_HTTPS_BBS_URL."/password_lost2.php";
|
|
include_once($member_skin_path.'/password_lost.skin.php');
|
|
|
|
include_once(G4_PATH.'/tail.sub.php');
|
|
?>
|