first commit 2
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
define('G5_IS_ADMIN', true);
|
||||
include_once ('../../common.php');
|
||||
include_once(G5_ADMIN_PATH.'/admin.lib.php');
|
||||
// [추가] 메일 관리 모듈 테이블 정의
|
||||
$g5['mail_smtp_config_table'] = G5_TABLE_PREFIX.'mail_smtp_config';
|
||||
$g5['mail_smtp_change_log_table'] = G5_TABLE_PREFIX.'mail_smtp_change_log';
|
||||
$g5['mail_template_table'] = G5_TABLE_PREFIX.'mail_template';
|
||||
$g5['mail_template_vars_table'] = G5_TABLE_PREFIX.'mail_template_vars';
|
||||
$g5['mail_template_change_log_table'] = G5_TABLE_PREFIX.'mail_template_change_log';
|
||||
$g5['mail_send_log_table'] = G5_TABLE_PREFIX.'mail_send_log';
|
||||
|
||||
//add_stylesheet('<link rel="stylesheet" href="'.G5_SMS5_ADMIN_URL.'/css/sms5.css">', 0);
|
||||
Reference in New Issue
Block a user