Skip to content
This repository was archived by the owner on May 9, 2019. It is now read-only.

Commit 9a179e6

Browse files
committed
将服务器地址更新到https
1 parent 461d6e2 commit 9a179e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static function deactivate()
7676
public static function config(Typecho_Widget_Helper_Form $form)
7777
{
7878
/** 应用服务器地址 */
79-
$name = new Typecho_Widget_Helper_Form_Element_Text('server', NULL, 'http://typecho.chekun.me/', _t('应用服务器地址'));
79+
$name = new Typecho_Widget_Helper_Form_Element_Text('server', NULL, 'https://typecho.chekun.me/', _t('应用服务器地址'));
8080
$form->addInput($name);
8181
}
8282

0 commit comments

Comments
 (0)