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
+23
View File
@@ -0,0 +1,23 @@
<?php
if (!defined('_GNUBOARD_')) exit;
$menu = array(
'title' => '메일 관리',
'link' => '',
'submenu' => array(
array(
'title' => 'SMTP 설정',
'link' => G5_ADMIN_URL . '/mail_manage/smtp_config.php',
),
array(
'title' => '메일 템플릿 관리',
'link' => G5_ADMIN_URL . '/mail_manage/template.php',
),
array(
'title' => '메일 발송 이력 관리',
'link' => G5_ADMIN_URL . '/mail_manage/send_log.php',
),
),
);
return $menu;