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