https 보안서버주소 해결중
This commit is contained in:
@ -9,14 +9,11 @@ if ($is_member) {
|
||||
// 세션을 지웁니다.
|
||||
set_session("ss_mb_reg", "");
|
||||
|
||||
if (G4_HTTPS_URL) {
|
||||
$register_action_url = G4_HTTPS_URL.'/bbs/register_form.php';
|
||||
} else {
|
||||
$register_action_url = G4_BBS_URL.'/register_form.php';
|
||||
}
|
||||
|
||||
$g4['title'] = '회원가입약관';
|
||||
include_once('./_head.php');
|
||||
|
||||
$register_action_url = G4_HTTPS_BBS_URL.'/register_form.php';
|
||||
include_once($member_skin_path.'/register.skin.php');
|
||||
|
||||
include_once('./_tail.php');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user