git subtree merge를 위한 g4s_branch 및 서브트리 생성

This commit is contained in:
chicpro
2013-04-26 15:21:39 +09:00
parent f7247c0050
commit da91511e5f
711 changed files with 94885 additions and 0 deletions

10
g4s/adm/admin.menu200.php Normal file
View File

@ -0,0 +1,10 @@
<?php
$menu['menu200'] = array (
array('200000', '회원관리', G4_ADMIN_URL.'/member_list.php', 'member'),
array('200100', '회원관리', G4_ADMIN_URL.'/member_list.php', 'mb_list'),
array('200300', '회원메일발송', G4_ADMIN_URL.'/mail_list.php', 'mb_mail'),
array('200800', '접속자집계', G4_ADMIN_URL.'/visit_list.php', 'mb_visit', 1),
array('200200', '포인트관리', G4_ADMIN_URL.'/point_list.php', 'mb_point'),
array('200900', '투표관리', G4_ADMIN_URL.'/poll_list.php', 'mb_poll')
);
?>