Set the printed E-Mail address in the footer

to ports@freebsd.org (was www@freebsd.org)
This commit is contained in:
Wolfram Schneider 1998-05-15 09:24:21 +00:00
parent 5a4f7e0a30
commit 970c2b4e1d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2805
4 changed files with 8 additions and 4 deletions

View file

@ -26,9 +26,10 @@
# pds.cgi - FreeBSD Ports download sources cgi script
# print a list of source files for a port
#
# $Id: pds.cgi,v 1.2 1998-04-19 13:40:42 wosch Exp $
# $Id: pds.cgi,v 1.3 1998-05-15 09:24:20 wosch Exp $
$hsty_base = '';
$hsty_email = 'ports@freebsd.org';
require "./cgi-lib.pl";
require "./cgi-style.pl";