Charles A. Wimmer is now the curator.

This commit is contained in:
John Fieber 1996-12-12 23:10:52 +00:00
parent b709f4284a
commit fab64d4e74
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=798
2 changed files with 8 additions and 6 deletions

View file

@ -3,17 +3,18 @@
# A CGI form processor for FreeBSD Gallery submissions
#
# John Fieber <jfieber@indiana.edu>
# $Id: gallery.cgi,v 1.3 1996-10-06 14:14:27 jfieber Exp $
# $Id: gallery.cgi,v 1.4 1996-12-12 23:10:52 jfieber Exp $
##################################################################
$curator = "jfieber@indiana.edu";
#$curator = "jfieber@indiana.edu";
#$curator = "jkh@freebsd.org";
$curator = "cawimm0@service1.uky.edu"
$subject = "Another gallery submission...";
require 'cgi-lib.pl';
&ReadParse;
$hsty_date = "\$Date: 1996-10-06 14:14:27 $";
$hsty_date = "\$Date: 1996-12-12 23:10:52 $";
#$h_base = "..";
#$d_author = "
require 'cgi-style.pl';

View file

@ -3,17 +3,18 @@
# A CGI form processor for FreeBSD Gallery submissions
#
# John Fieber <jfieber@indiana.edu>
# $Id: gallery.cgi,v 1.3 1996-10-06 14:14:27 jfieber Exp $
# $Id: gallery.cgi,v 1.4 1996-12-12 23:10:52 jfieber Exp $
##################################################################
$curator = "jfieber@indiana.edu";
#$curator = "jfieber@indiana.edu";
#$curator = "jkh@freebsd.org";
$curator = "cawimm0@service1.uky.edu"
$subject = "Another gallery submission...";
require 'cgi-lib.pl';
&ReadParse;
$hsty_date = "\$Date: 1996-10-06 14:14:27 $";
$hsty_date = "\$Date: 1996-12-12 23:10:52 $";
#$h_base = "..";
#$d_author = "
require 'cgi-style.pl';