Up the length of time for which a code remains valid from 15 minutes to

45 minutes.  This was partially prompted by:

PR:		www/60668
Submitted by:	Kevin Ross <austusross@yahoo.com>
This commit is contained in:
Ceri Davies 2004-01-03 21:24:51 +00:00
parent 805b88f9ba
commit e107d98123
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19464
3 changed files with 6 additions and 6 deletions

View file

@ -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.13 2003/09/04 15:16:15 ceri Exp $
# $FreeBSD: www/en/cgi/dosendpr.cgi,v 1.14 2003/12/14 17:28:13 ceri Exp $
require "html.pl";
@ -21,7 +21,7 @@ my $openproxyip = "127.0.0.9";
my $blackhole_err = 0;
my $openproxy;
my $expiretime = 900;
my $expiretime = 2700;
$dbpath = "/tmp/sendpr-code.db";
# Environment variables to stuff in the PR header.