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

@ -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');