revert to rev 1.29, the main ftp server ftp.freebsd.org is up and running.
This commit is contained in:
parent
1549d6597b
commit
414833220b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10715
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# by John Fieber
|
||||
# February 26, 1998
|
||||
#
|
||||
# $FreeBSD: www/en/cgi/getmsg.cgi,v 1.30 2001/05/07 22:14:17 wosch Exp $
|
||||
# $FreeBSD: www/en/cgi/getmsg.cgi,v 1.29 2000/11/29 22:10:24 wosch Exp $
|
||||
#
|
||||
|
||||
require "./cgi-lib.pl";
|
||||
|
@ -18,7 +18,7 @@ use POSIX qw(strftime);
|
|||
#
|
||||
$messagepath = "/usr/local/www/db/text/";
|
||||
$messagepathcurrent = "/usr/local/www/mid/archive/";
|
||||
$ftparchive = 'ftp://ftp6.de.freebsd.org/pub/FreeBSD/doc/mailing-lists/archive';
|
||||
$ftparchive = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/mailing-lists/archive';
|
||||
|
||||
&ReadParse(*formdata);
|
||||
&Fetch($formdata{'fetch'});
|
||||
|
|
Loading…
Reference in a new issue