Change Charles' address.

This commit is contained in:
John Fieber 1996-12-13 16:24:32 +00:00
parent 079734b3e4
commit bc238af7bd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=803
2 changed files with 6 additions and 6 deletions

View file

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

View file

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