경로 수정 작업 중

This commit is contained in:
chicpro
2013-03-14 17:56:20 +09:00
parent 8ba59fe9b0
commit 1a60978568
1212 changed files with 39023 additions and 33180 deletions

View File

@ -1,21 +1,16 @@
<?
include_once("./_common.php");
include_once('./_common.php');
include_once(G4_GCAPTCHA_PATH.'/gcaptcha.lib.php');
if ($member[mb_id])
{
echo "<script type='text/javascript'>";
echo "alert('이미 로그인중입니다.');";
echo "window.close();";
echo "opener.document.location.reload();";
echo "</script>";
exit;
if ($is_member) {
alert("이미 로그인중입니다.");
}
$g4[title] = "회원아이디/패스워드 찾기";
include_once("$g4[path]/head.sub.php");
$g4['title'] = '회원정보 찾기';
include_once(G4_PATH.'/head.sub.php');
$member_skin_path = "$g4[path]/skin/member/$config[cf_member_skin]";
include_once("$member_skin_path/password_lost.skin.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");
include_once(G4_PATH.'/tail.sub.php');
?>