first commit 2

This commit is contained in:
hmw1001
2026-06-11 18:47:38 +09:00
parent c768729ce6
commit 6f534e33a6
11095 changed files with 1595758 additions and 0 deletions
@@ -0,0 +1,12 @@
<?php
if (!defined('_GNUBOARD_')) exit;
// 💡 [개선] 다른 모듈과의 호환성을 위해 배열을 덮어쓰지 않고 추가/병합합니다.
if (!isset($menu['menu850'])) $menu['menu850'] = array();
$menu['menu850'] = array_merge($menu['menu850'], array(
array('850700', '상담문의관리', G5_ADMIN_URL.'/contact_inquiry/list.php', 'contact_inquiry_main', 'fa-comments'),
array('850710', '상담문의내역', G5_ADMIN_URL.'/contact_inquiry/list.php', 'contact_inquiry_list'),
array('850790', '솔루션 설치', G5_ADMIN_URL.'/contact_inquiry/install.php', 'contact_inquiry_install'),
));
?>