mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
@@ -847,6 +847,16 @@ function themeConfig($form)
|
||||
$JCommentMailHost->setAttribute('class', 'joe_content joe_other');
|
||||
$form->addInput($JCommentMailHost->multiMode());
|
||||
|
||||
$JCommentSMTPSecure = new Typecho_Widget_Helper_Form_Element_Select(
|
||||
'JCommentSMTPSecure',
|
||||
array('ssl' => 'ssl(默认)', 'tsl' => 'tsl'),
|
||||
'ssl',
|
||||
'加密方式',
|
||||
'介绍:用于选择登录鉴权加密方式'
|
||||
);
|
||||
$JCommentSMTPSecure->setAttribute('class', 'joe_content joe_other');
|
||||
$form->addInput($JCommentSMTPSecure->multiMode());
|
||||
|
||||
$JCommentMailPort = new Typecho_Widget_Helper_Form_Element_Text(
|
||||
'JCommentMailPort',
|
||||
NULL,
|
||||
|
||||
Reference in New Issue
Block a user