changeset 284:9c05c34e7e8f

Updating config for local use
author Dominic Cleal <dominic@computerkb.co.uk>
date Tue, 28 Oct 2008 00:26:22 +0000
parents 48f425340f56
children 05ef582dfa3b
files cgi-bin/comments.cgi
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/cgi-bin/comments.cgi	Thu Oct 09 20:01:43 2008 +0100
+++ b/cgi-bin/comments.cgi	Tue Oct 28 00:26:22 2008 +0000
@@ -40,15 +40,14 @@
 # NOTE:  This should be writeable to the www-data user, and shouldn't
 #        be inside your web-root - or you open up a security hole.
 #
-# my $COMMENT = "/home/www/comments/";
+my $COMMENT = "/var/lib/chronicle/";
 #
-my $COMMENT = $ENV{ 'DOCUMENT_ROOT' } . "../comments/";
 
 #
 #  The notification addresses - leave blank to disable
 #
-my $TO   = 'weblog@steve.org.uk';
-my $FROM = 'weblog@steve.org.uk';
+my $TO   = 'dominic@computerkb.co.uk';
+my $FROM = 'dominic@computerkb.co.uk';
 
 #
 #  Find sendmail