HTTPS 경로 수정중

This commit is contained in:
gnuboard
2013-02-01 13:48:09 +09:00
parent 51253daf0d
commit f734abb143
6 changed files with 7 additions and 23 deletions

View File

@ -9,12 +9,7 @@ if ($is_member) {
$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_BBS_URL."/password_lost2.php";
else
$action_url = G4_BBS_URL."/password_lost2.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');