diff --git a/en/cgi/confirm-code.cgi b/en/cgi/confirm-code.cgi index 4e7de50dbe..6ca752f343 100755 --- a/en/cgi/confirm-code.cgi +++ b/en/cgi/confirm-code.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -T # -# $FreeBSD: www/en/cgi/confirm-code.cgi,v 1.6 2005/12/04 16:18:40 ceri Exp $ +# $FreeBSD: www/en/cgi/confirm-code.cgi,v 1.7 2005/12/04 16:36:51 ceri Exp $ # # Copyright (c) 2003 Eric Anderson # Copyright (c) 2005 Ceri Davies <ceri@FreeBSD.org> @@ -38,11 +38,11 @@ $expiretime = 0; # Default for the Expires: header %db = ( # The querypr one is not used, but stands as an example. # querypr => { -# path => '/tmp/querypr-code.db', +# path => '/usr/local/www/var/confirm-code/querypr-code.db', # lifespan => 2700, # }, sendpr => { - path => '/tmp/sendpr-code.db', + path => '/usr/local/www/var/confirm-code/sendpr-code.db', lifespan => 2700, }, ); diff --git a/en/cgi/dosendpr.cgi b/en/cgi/dosendpr.cgi index 4b2247d9ec..4f85f726fb 100755 --- a/en/cgi/dosendpr.cgi +++ b/en/cgi/dosendpr.cgi @@ -8,7 +8,7 @@ # GNU General Public License Version 2. # (http://www.gnu.ai.mit.edu/copyleft/gpl.html) # -# $FreeBSD: www/en/cgi/dosendpr.cgi,v 1.23 2005/11/06 22:07:23 ceri Exp $ +# $FreeBSD: www/en/cgi/dosendpr.cgi,v 1.24 2005/11/16 23:35:57 fenner Exp $ require "html.pl"; @@ -23,7 +23,7 @@ my $blackhole_err = 0; my $openproxy; my $expiretime = 2700; -$dbpath = "/tmp/sendpr-code.db"; +$dbpath = "/usr/local/www/var/confirm-code/sendpr-code.db"; # Environment variables to stuff in the PR header. my @ENV_captures = qw/ REMOTE_HOST