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

Commit

Permalink
Merge pull request #22 from chekun/develop
Browse files Browse the repository at this point in the history
将服务器地址更新到https
  • Loading branch information
chekun committed Jun 5, 2016
2 parents f23b0d3 + 9a179e6 commit ee1ba29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static function deactivate()
public static function config(Typecho_Widget_Helper_Form $form)
{
/** 应用服务器地址 */
$name = new Typecho_Widget_Helper_Form_Element_Text('server', NULL, 'http://typecho.chekun.me/', _t('应用服务器地址'));
$name = new Typecho_Widget_Helper_Form_Element_Text('server', NULL, 'https://typecho.chekun.me/', _t('应用服务器地址'));
$form->addInput($name);
}

Expand Down

0 comments on commit ee1ba29

Please sign in to comment.