그누보드5

This commit is contained in:
gnuboard
2013-09-13 11:03:33 +09:00
parent 04c3efa279
commit 41d21074b5
974 changed files with 147770 additions and 0 deletions

16
bbs/password_lost.php Normal file
View File

@ -0,0 +1,16 @@
<?php
include_once('./_common.php');
include_once(G5_GCAPTCHA_PATH.'/gcaptcha.lib.php');
if ($is_member) {
alert("이미 로그인중입니다.");
}
$g5['title'] = '회원정보 찾기';
include_once(G5_PATH.'/head.sub.php');
$action_url = G5_HTTPS_BBS_URL."/password_lost2.php";
include_once($member_skin_path.'/password_lost.skin.php');
include_once(G5_PATH.'/tail.sub.php');
?>