changeset 302:6f1aaf5309c7

Merging in latest release
author Dominic Cleal <dominic@computerkb.co.uk>
date Sun, 21 Dec 2008 23:53:28 +0000
parents 05ef582dfa3b (diff) 4985d2fda1dd (current diff)
children c45e82e72bc4
files cgi-bin/comments.cgi
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/cgi-bin/comments.cgi	Wed Dec 10 20:35:38 2008 +0000
+++ b/cgi-bin/comments.cgi	Sun Dec 21 23:53:28 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
@@ -197,7 +196,7 @@
  <body>
   <h2>Thanks!</h2>
   <p>Your comment will be included the next time this blog is rebuilt.</p>
-  <p><a href="http://$ENV{'HTTP_HOST'}/">Return to blog</a>.</p>
+  <p><a href="http://$ENV{'HTTP_HOST'}/blog/">Return to blog</a>.</p>
  </body>
 </html>
 EOF