diff --git a/adm/shop_admin/bannerformupdate.php b/adm/shop_admin/bannerformupdate.php index e6e39ed87..c448da220 100644 --- a/adm/shop_admin/bannerformupdate.php +++ b/adm/shop_admin/bannerformupdate.php @@ -9,6 +9,8 @@ if ($W == 'd') else auth_check($auth[$sub_menu], "w"); +check_admin_token(); + @mkdir(G5_DATA_PATH."/banner", G5_DIR_PERMISSION); @chmod(G5_DATA_PATH."/banner", G5_DIR_PERMISSION); diff --git a/adm/shop_admin/bannerlist.php b/adm/shop_admin/bannerlist.php index 9612b8b2b..a117c07d4 100644 --- a/adm/shop_admin/bannerlist.php +++ b/adm/shop_admin/bannerlist.php @@ -100,7 +100,7 @@ $from_record = ($page - 1) * $rows; // 시작 열을 구함 수정 - 삭제 + 삭제 diff --git a/adm/shop_admin/categoryformupdate.php b/adm/shop_admin/categoryformupdate.php index 989a1da0b..4196c5610 100644 --- a/adm/shop_admin/categoryformupdate.php +++ b/adm/shop_admin/categoryformupdate.php @@ -19,6 +19,8 @@ if ($w == "u" || $w == "d") auth_check($auth[$sub_menu], "d"); +check_admin_token(); + if ($w == 'd' && $is_admin != 'super') alert("최고관리자만 분류를 삭제할 수 있습니다."); diff --git a/adm/shop_admin/categorylist.php b/adm/shop_admin/categorylist.php index 8a20c42aa..dce8cdeab 100644 --- a/adm/shop_admin/categorylist.php +++ b/adm/shop_admin/categorylist.php @@ -137,7 +137,7 @@ $listall = '전체목 $s_upd = ''.get_text($row['ca_name']).' 수정 '; if ($is_admin == 'super') - $s_del = ''.get_text($row['ca_name']).' 삭제 '; + $s_del = ''.get_text($row['ca_name']).' 삭제 '; // 해당 분류에 속한 상품의 수 $sql1 = " select COUNT(*) as cnt from {$g5['g5_shop_item_table']} diff --git a/adm/shop_admin/categorylistupdate.php b/adm/shop_admin/categorylistupdate.php index 5b8ce69ad..881cc4384 100644 --- a/adm/shop_admin/categorylistupdate.php +++ b/adm/shop_admin/categorylistupdate.php @@ -6,6 +6,8 @@ check_demo(); auth_check($auth[$sub_menu], "w"); +check_admin_token(); + for ($i=0; $i
+

사업자정보

diff --git a/adm/shop_admin/configformupdate.php b/adm/shop_admin/configformupdate.php index 3ec216750..03dc56158 100644 --- a/adm/shop_admin/configformupdate.php +++ b/adm/shop_admin/configformupdate.php @@ -6,6 +6,8 @@ check_demo(); auth_check($auth[$sub_menu], "w"); +check_admin_token(); + // 대표전화번호 유효성 체크 if(!check_vaild_callback($_POST['de_admin_company_tel'])) alert('대표전화번호를 올바르게 입력해 주세요.'); diff --git a/adm/shop_admin/couponformupdate.php b/adm/shop_admin/couponformupdate.php index e33ffa7be..25515524d 100644 --- a/adm/shop_admin/couponformupdate.php +++ b/adm/shop_admin/couponformupdate.php @@ -4,6 +4,8 @@ include_once('./_common.php'); auth_check($auth[$sub_menu], "w"); +check_admin_token(); + $_POST = array_map('trim', $_POST); if(!$_POST['cp_subject']) diff --git a/adm/shop_admin/couponlist.php b/adm/shop_admin/couponlist.php index 74098fed1..d289501e3 100644 --- a/adm/shop_admin/couponlist.php +++ b/adm/shop_admin/couponlist.php @@ -4,8 +4,6 @@ include_once('./_common.php'); auth_check($auth[$sub_menu], "r"); -$token = get_token(); - $sql_common = " from {$g5['g5_shop_coupon_table']} "; $sql_search = " where (1) "; @@ -77,7 +75,7 @@ $colspan = 9; - +
diff --git a/adm/shop_admin/couponlist_delete.php b/adm/shop_admin/couponlist_delete.php index 261fcfb13..beb00d491 100644 --- a/adm/shop_admin/couponlist_delete.php +++ b/adm/shop_admin/couponlist_delete.php @@ -6,7 +6,7 @@ check_demo(); auth_check($auth[$sub_menu], 'd'); -check_token(); +check_admin_token(); $count = count($_POST['chk']); if(!$count) diff --git a/adm/shop_admin/itemcopy.php b/adm/shop_admin/itemcopy.php index 249920017..e4242da84 100644 --- a/adm/shop_admin/itemcopy.php +++ b/adm/shop_admin/itemcopy.php @@ -25,6 +25,8 @@ include_once(G5_PATH.'/head.sub.php'); + + "> - +
diff --git a/adm/shop_admin/sendcostlist.php b/adm/shop_admin/sendcostlist.php index b6f9bb921..130df4b96 100644 --- a/adm/shop_admin/sendcostlist.php +++ b/adm/shop_admin/sendcostlist.php @@ -4,8 +4,6 @@ include_once('./_common.php'); auth_check($auth[$sub_menu], "r"); -$token = get_token(); - $sql_common = " from {$g5['g5_shop_sendcost_table']} "; $sql_search = " where (1) "; @@ -40,7 +38,7 @@ include_once (G5_ADMIN_PATH.'/admin.head.php'); - +
@@ -92,7 +90,7 @@ include_once (G5_ADMIN_PATH.'/admin.head.php');

추가배송비 등록

- +
추가배송비 내역
diff --git a/adm/shop_admin/sendcostupdate.php b/adm/shop_admin/sendcostupdate.php index bddc05032..e43e54692 100644 --- a/adm/shop_admin/sendcostupdate.php +++ b/adm/shop_admin/sendcostupdate.php @@ -6,6 +6,8 @@ check_demo(); auth_check($auth[$sub_menu], "w"); +check_admin_token(); + $w = $_POST['w']; if($w == 'd') {