Skip to content

Commit

Permalink
https
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jul 31, 2016
1 parent 4b0e6fb commit 688d750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ftp_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -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")) {
Expand Down

0 comments on commit 688d750

Please sign in to comment.