Point curator at gallery@freebsd.org alias so we can simply manipulate

it at will to deal with changing circumstances.
This commit is contained in:
Jordan K. Hubbard 1997-01-12 05:13:22 +00:00
parent 3d151498a6
commit fa665aa4c8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=993
2 changed files with 6 additions and 10 deletions

View file

@ -3,18 +3,16 @@
# A CGI form processor for FreeBSD Gallery submissions
#
# John Fieber <jfieber@indiana.edu>
# $Id: gallery.cgi,v 1.7 1996-12-13 16:24:32 jfieber Exp $
# $Id: gallery.cgi,v 1.8 1997-01-12 05:13:22 jkh Exp $
##################################################################
#$curator = "jfieber@indiana.edu";
#$curator = "jkh@freebsd.org";
$curator = "cawimm0@pop.uky.edu";
$curator = "gallery@freebsd.org";
$subject = "Another gallery submission...";
require 'cgi-lib.pl';
&ReadParse;
$hsty_date = "\$Date: 1996-12-13 16:24:32 $";
$hsty_date = "\$Date: 1997-01-12 05:13:22 $";
#$h_base = "..";
#$d_author = "
require 'cgi-style.pl';

View file

@ -3,18 +3,16 @@
# A CGI form processor for FreeBSD Gallery submissions
#
# John Fieber <jfieber@indiana.edu>
# $Id: gallery.cgi,v 1.7 1996-12-13 16:24:32 jfieber Exp $
# $Id: gallery.cgi,v 1.8 1997-01-12 05:13:22 jkh Exp $
##################################################################
#$curator = "jfieber@indiana.edu";
#$curator = "jkh@freebsd.org";
$curator = "cawimm0@pop.uky.edu";
$curator = "gallery@freebsd.org";
$subject = "Another gallery submission...";
require 'cgi-lib.pl';
&ReadParse;
$hsty_date = "\$Date: 1996-12-13 16:24:32 $";
$hsty_date = "\$Date: 1997-01-12 05:13:22 $";
#$h_base = "..";
#$d_author = "
require 'cgi-style.pl';