switch to HTTPS
This commit is contained in:
parent
24ef1aca23
commit
da42f613ba
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50995
1 changed files with 2 additions and 1 deletions
|
@ -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') || "";
|
||||
|
|
Loading…
Reference in a new issue