
richter at apache
Jan 2, 2003, 12:51 AM
Post #1 of 1
(119 views)
Permalink
|
|
cvs commit: embperl/eg/web config.pl
|
|
richter 2003/01/01 23:51:33 Modified: eg/web config.pl Log: website updates Revision Changes Path 1.5 +2 -1 embperl/eg/web/config.pl Index: config.pl =================================================================== RCS file: /home/cvs/embperl/eg/web/config.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- config.pl 26 Nov 2002 10:03:44 -0000 1.4 +++ config.pl 2 Jan 2003 07:51:33 -0000 1.5 @@ -11,7 +11,8 @@ $self -> {dbdsn} = $^O eq 'MSWin32'?'dbi:ODBC:embperl':'dbi:mysql:embperl' ; $self -> {dbuser} = 'www' ; $self -> {dbpassword} = undef ; - $self -> {adminemail} = 'abe [at] ecos'; + $self -> {adminemail} = 'richter [at] ecos'; + $self -> {mailfrom} = 'embperl [at] ecos'; # There is normaly no need to change anything below this line --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-cvs-unsubscribe [at] perl For additional commands, e-mail: embperl-cvs-help [at] perl
|