switch to HTTPS

This commit is contained in:
Wolfram Schneider 2017-09-29 11:15:43 +00:00
parent 24ef1aca23
commit da42f613ba
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50995

View file

@ -3,13 +3,14 @@
#
# FreeBSD WWW mirror redirect
#
# $FreeBSD$
use CGI;
use strict;
use warnings;
my $debug = 1;
my $master_url = 'http://www.freebsd.org/';
my $master_url = 'https://www.freebsd.org/';
my $q = new CGI;
my $url = $q->param('goto') || "";