浏览代码

Using HTTPS to send installation report

Source commit: c46976d5deb13bba802537821236a5ea57bd4b67
Martin Prikryl 7 年之前
父节点
当前提交
193510790a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deployment/winscpsetup.iss

+ 1 - 1
deployment/winscpsetup.iss

@@ -6,7 +6,7 @@
 #define WebRoot "https://winscp.net/"
 #define WebRoot "https://winscp.net/"
 #define WebForum WebRoot+"forum/"
 #define WebForum WebRoot+"forum/"
 #define WebDocumentation WebRoot+"eng/docs/"
 #define WebDocumentation WebRoot+"eng/docs/"
-#define WebReport "http://winscp.net/install.php"
+#define WebReport "https://winscp.net/install.php"
 #define Year 2018
 #define Year 2018
 #define EnglishLang "English"
 #define EnglishLang "English"
 #define SetupTypeData "SetupType"
 #define SetupTypeData "SetupType"