# HG changeset patch # User Dominic Cleal # Date 1225153582 0 # Node ID 9c05c34e7e8f45a1c134f393718aec17693568b0 # Parent 48f425340f566866bad31166084908f042e553e3 Updating config for local use diff -r 48f425340f56 -r 9c05c34e7e8f cgi-bin/comments.cgi --- 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