diff --git a/shop/orderform.php b/shop/orderform.php
index 66ebd3e32..8623d2935 100644
--- a/shop/orderform.php
+++ b/shop/orderform.php
@@ -21,7 +21,7 @@ $g4['title'] = '주문서 작성';
include_once('./_head.php');
?>
-
+
$s_page = 'orderform.php'; @@ -38,8 +38,8 @@ if (file_exists("./settle_{$default['de_card_pg']}.inc.php")) { include "./settle_{$default['de_card_pg']}.inc.php"; } -if ($g4['https_url']) - $action_url = $g4['https_url'].'/'.$g4['shop'].'/orderformupdate.php'; +if (G4_HTTPS_URL) + $action_url = G4_HTTPS_URL.'/'.$g4['shop'].'/orderformupdate.php'; else $action_url = './orderformupdate.php'; ?> @@ -563,7 +563,7 @@ if($is_member) {

