diff --git a/adm/member_form.php b/adm/member_form.php
index 19acabab7..cbc9b0de9 100644
--- a/adm/member_form.php
+++ b/adm/member_form.php
@@ -134,7 +134,7 @@ include_once('./admin.head.php');
-
- 우편번호 검색
+ 우편번호 검색
' title="행정기본주소" size="50">
' title="상세주소" size="50"> 상세주소 입력
|
diff --git a/adm/shop_admin/itemform.php b/adm/shop_admin/itemform.php
index e86f499b3..b35a702c9 100644
--- a/adm/shop_admin/itemform.php
+++ b/adm/shop_admin/itemform.php
@@ -415,8 +415,8 @@ if ($ii) {
$img_url = G4_DATA_URL."/item/$it_id/{$it[$idx]}";
if (file_exists($img) && is_file($img)) {
$size = getimagesize($img);
- echo "
삭제";
- echo "
";
+ echo "
삭제";
+ echo "
";
}
?>
@@ -628,7 +628,7 @@ if ($ii) {
$comma = "";
$sql = " select b.ev_id, b.ev_subject
from $g4[yc4_event_item_table] a
- left join $g4[yc4_event_table] b on (a.ev_id="b".ev_id)
+ left join $g4[yc4_event_table] b on (a.ev_id=b.ev_id)
where a.it_id = '$it_id'
order by b.ev_id desc ";
$result = sql_query($sql);
@@ -730,7 +730,7 @@ if ($ii) {
$himg_str = "";
$himg = G4_DATA_PATH."/item/{$it[it_id]}_h";
if (file_exists($himg)) {
- echo "삭제";
+ echo "삭제";
$himg_str = "
";
}
?>
@@ -747,7 +747,7 @@ if ($ii) {
$timg_str = "";
$timg = G4_DATA_PATH."/item/{$it[it_id]}_t";
if (file_exists($timg)) {
- echo "삭제";
+ echo "삭제";
$timg_str = "
";
}
?>
diff --git a/bbs/password_lost.php b/bbs/password_lost.php
index b8924a298..19e716762 100644
--- a/bbs/password_lost.php
+++ b/bbs/password_lost.php
@@ -1,6 +1,6 @@
-define('G4_CAPTCHA', 1);
include_once('./_common.php');
+include_once(G4_GCAPTCHA_PATH.'/gcaptcha.lib.php');
if ($is_member) {
alert("이미 로그인중입니다.");
@@ -10,9 +10,10 @@ $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['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_BBS_URL."/password_lost2.php";
include_once($member_skin_path.'/password_lost.skin.php');
diff --git a/bbs/password_lost2.php b/bbs/password_lost2.php
index eb31b3a68..728d6b8f7 100644
--- a/bbs/password_lost2.php
+++ b/bbs/password_lost2.php
@@ -1,6 +1,6 @@
-define('G4_CAPTCHA', 1);
include_once('./_common.php');
+include_once(G4_GCAPTCHA_PATH.'/gcaptcha.lib.php');
include_once(G4_PATH.'/lib/mailer.lib.php');
if ($is_member) {
diff --git a/shop/orderform.php b/shop/orderform.php
index db5648dbe..1f711532e 100644
--- a/shop/orderform.php
+++ b/shop/orderform.php
@@ -3,6 +3,7 @@ include_once('./_common.php');
set_session('ss_direct', $sw_direct);
+
$uq_id = get_session('ss_uniqid');
if($sw_direct != 1)
diff --git a/shop/settle_kcp.inc.php b/shop/settle_kcp.inc.php
index 6e3701532..f96e944bb 100644
--- a/shop/settle_kcp.inc.php
+++ b/shop/settle_kcp.inc.php
@@ -3,6 +3,11 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$test = "";
+<<<<<<< HEAD
+$default['de_card_test'] = 1;
+$default['de_escrow_use'] = 1;
+=======
+>>>>>>> a811b2f9cff6268823ba4ef76b9e57769cf04bc6
if ($default['de_card_test']) {
if ($default['de_escrow_use'] == 1) {
// 에스크로결제 테스트
@@ -21,6 +26,7 @@ else {
$default['de_kcp_mid'] = "SR".$default['de_kcp_mid'];
}
+
if (strtolower($g4['charset']) == 'utf-8')
$g_conf_js_url = "https://pay.kcp.co.kr/plugin/payplus{$test}_un.js";
else