typo in last commit

This commit is contained in:
Wolfram Schneider 2001-05-07 22:32:53 +00:00
parent aed14e2b47
commit 554ed63bec
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9385

View file

@ -6,7 +6,7 @@
# by John Fieber
# February 26, 1998
#
# $FreeBSD: www/en/cgi/getmsg.cgi,v 1.29 2000/11/29 22:10:24 wosch Exp $
# $FreeBSD: www/en/cgi/getmsg.cgi,v 1.30 2001/05/07 22:14:17 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://ftp2.de.freebsd.org/pub/FreeBSD/doc/mailing-lists/archive';
$ftparchive = 'ftp://ftp6.de.freebsd.org/pub/FreeBSD/doc/mailing-lists/archive';
&ReadParse(*formdata);
&Fetch($formdata{'fetch'});