From 4727e6c09f88e63f02e6c8f359862d0c0942ed36 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Wed, 16 Sep 1998 04:49:23 +0000 Subject: Everything has been ported to now run under Perl. --- new_comment.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'new_comment.cgi') diff --git a/new_comment.cgi b/new_comment.cgi index b57caff46..d578aa877 100755 --- a/new_comment.cgi +++ b/new_comment.cgi @@ -31,7 +31,7 @@ foreach $pair (@pairs) $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg; $FORM{$name} = $value; } -open(COMMENTS, ">>comments"); +open(COMMENTS, ">>data/comments"); $c=$FORM{"comment"}; print COMMENTS $FORM{"comment"} . "\n"; close(COMMENTS); -- cgit v1.2.3-24-g4f1b