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

Commit

Permalink
将服务器地址更新到https
Browse files Browse the repository at this point in the history
  • Loading branch information
chekun committed Jun 5, 2016
1 parent 461d6e2 commit 9a179e6
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

2 comments on commit 9a179e6

@dotim
Copy link

@dotim dotim commented on 9a179e6 Sep 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

502 Bad Gateway

@chekun
Copy link
Owner Author

@chekun chekun commented on 9a179e6 Sep 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CloudSe 恢复了,多谢。

Please sign in to comment.