diff --git a/adm/auth_list.php b/adm/auth_list.php
index 6f2b7553f..ddf3c120e 100644
--- a/adm/auth_list.php
+++ b/adm/auth_list.php
@@ -46,8 +46,8 @@ $sql = " select *
$result = sql_query($sql);
$listall = '';
-if ($sfl || $stx || $sod) // 검색 혹은 정렬일 때만 처음 버튼을 보여줌 : 지운아빠 2012-10-31
- $listall = '처음으로';
+if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌 : 지운아빠 2012-10-31
+ $listall = '전체목록';
$g4['title'] = "관리권한설정";
include_once('./admin.head.php');
@@ -65,7 +65,7 @@ var list_delete_php = 'auth_list_delete.php';