HTTPS 경로 수정중
This commit is contained in:
@ -35,11 +35,7 @@ if ($me_recv_mb_id)
|
||||
$g4['title'] = '쪽지 보내기';
|
||||
include_once(G4_PATH.'/head.sub.php');
|
||||
|
||||
if ($g4['https_url'])
|
||||
$memo_action_url = "{$g4['https_url']}/{$g4['bbs']}/memo_form_update.php";
|
||||
else
|
||||
$memo_action_url = "{$g4['url']}/{$g4['bbs']}/memo_form_update.php";
|
||||
|
||||
$memo_action_url = G4_HTTPS_BBS_URL."/memo_form_update.php";
|
||||
include_once($member_skin_path.'/memo_form.skin.php');
|
||||
|
||||
include_once(G4_PATH.'/tail.sub.php');
|
||||
|
||||
Reference in New Issue
Block a user