접속 로그 삭제 기능 추가

This commit is contained in:
chicpro
2014-02-05 17:59:18 +09:00
parent 2a6f46e820
commit 47c41077d5
4 changed files with 161 additions and 1 deletions

View File

@ -5,6 +5,7 @@ $menu['menu200'] = array (
array('200300', '회원메일발송', G5_ADMIN_URL.'/mail_list.php', 'mb_mail'),
array('200800', '접속자집계', G5_ADMIN_URL.'/visit_list.php', 'mb_visit', 1),
array('200810', '접속자검색', G5_ADMIN_URL.'/visit_search.php', 'mb_search', 1),
array('200820', '접속자로그삭제', G5_ADMIN_URL.'/visit_delete.php', 'mb_delete', 1),
array('200200', '포인트관리', G5_ADMIN_URL.'/point_list.php', 'mb_point'),
array('200900', '투표관리', G5_ADMIN_URL.'/poll_list.php', 'mb_poll')
);