From 688d7506d0ac88dbd3354a69a193b69ca43e7813 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 31 Jul 2016 16:15:53 +0200 Subject: [PATCH] https --- src/ftp_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ftp_parser.c b/src/ftp_parser.c index 115b062d..20b4bc2c 100644 --- a/src/ftp_parser.c +++ b/src/ftp_parser.c @@ -643,7 +643,7 @@ void parser(void) modern_listings = 0; donlist(arg, 1, 1, 1, 1); } else { - addreply_noformat(211, "http://www.pureftpd.org/"); + addreply_noformat(211, "https://www.pureftpd.org/"); } #endif } else if (!strcmp(cmd, "list")) {