diff --git a/adm/auth_list.php b/adm/auth_list.php index 80d9fcb3e..fad76a840 100644 --- a/adm/auth_list.php +++ b/adm/auth_list.php @@ -73,7 +73,7 @@ $colspan = 5;

설정된 관리권한 내역

권한 r은 읽기권한, w는 쓰기권한, d는 삭제권한입니다.

-
+ @@ -129,7 +129,7 @@ $colspan = 5;
- +
- - + diff --git a/adm/point_list_delete.php b/adm/point_list_delete.php index 9a42102dd..e09bafd48 100644 --- a/adm/point_list_delete.php +++ b/adm/point_list_delete.php @@ -10,7 +10,7 @@ check_token(); $count = count($_POST['chk']); if(!$count) - alert("선택삭제 하실 항목을 하나이상 선택해 주세요."); + alert($_POST['act_button']." 하실 항목을 하나 이상 체크하세요."); for ($i=0; $i<$count; $i++) {