aboutsummaryrefslogtreecommitdiffstats
path: root/web/reports.cgi
diff options
context:
space:
mode:
authormatthew <matthew>2008-10-15 22:07:25 +0000
committermatthew <matthew>2008-10-15 22:07:25 +0000
commitfd6974f7e62b3dc4532b2aa7e2845225bede53b3 (patch)
treea423ca34eed110814f1efcf7f82fe5bee698af42 /web/reports.cgi
parentb96eada16386cb67cb80a8bbd2221695b5faa04a (diff)
Few cacheing improvements.
Diffstat (limited to 'web/reports.cgi')
-rwxr-xr-xweb/reports.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/reports.cgi b/web/reports.cgi
index 7a526c1e9..913a1fbaf 100755
--- a/web/reports.cgi
+++ b/web/reports.cgi
@@ -7,7 +7,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
#
-# $Id: reports.cgi,v 1.20 2008-09-19 10:24:55 matthew Exp $
+# $Id: reports.cgi,v 1.21 2008-10-15 22:07:26 matthew Exp $
use strict;
use Standard;
@@ -152,7 +152,7 @@ sub main {
my $areas_info = mySociety::MaPit::get_voting_areas_info([keys %councils]);
if (!$one_council) {
- print Page::header($q, title=>_('Summary reports'));
+ print Page::header($q, title=>_('Summary reports'), expires=>'+1h');
print $q->p(_('This is a summary of all reports on this site; select a particular council to see the reports sent there.'));
my $c = 0;
print '<table cellpadding="3" cellspacing="1" border="0">';