경로문제 해결

This commit is contained in:
gnuboard
2013-01-31 09:36:46 +09:00
parent 9552130987
commit 81c2f7eee7
6 changed files with 18 additions and 12 deletions

View File

@ -1,6 +1,6 @@
<?
define('G4_CAPTCHA', 1);
include_once('./_common.php');
include_once(G4_GCAPTCHA_PATH.'/gcaptcha.lib.php');
if ($is_member) {
alert("이미 로그인중입니다.");
@ -10,9 +10,10 @@ $g4['title'] = '회원아이디/패스워드 찾기';
include_once(G4_PATH.'/head.sub.php');
if ($g4['https_url'])
$action_url = "{$g4['https_url']}/{$g4['bbs']}/password_lost2.php";
//$action_url = "{$g4['https_url']}/{$g4['bbs']}/password_lost2.php";
$action_url = G4_BBS_URL."/password_lost2.php";
else
$action_url = "{$g4['bbs_url']}/password_lost2.php";
$action_url = G4_BBS_URL."/password_lost2.php";
include_once($member_skin_path.'/password_lost.skin.php');