aboutsummaryrefslogtreecommitdiffstats
path: root/web/about.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'web/about.cgi')
-rwxr-xr-xweb/about.cgi6
1 files changed, 4 insertions, 2 deletions
diff --git a/web/about.cgi b/web/about.cgi
index c0e92e54b..e660bd8d1 100755
--- a/web/about.cgi
+++ b/web/about.cgi
@@ -6,11 +6,13 @@
# Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
#
-# $Id: about.cgi,v 1.7 2008-10-13 14:06:44 matthew Exp $
+# $Id: about.cgi,v 1.8 2008-10-15 22:07:26 matthew Exp $
use strict;
use Standard -db;
+my $lastmodified = (stat $0)[9];
+
# Main code for index.cgi
sub main {
my $q = shift;
@@ -26,5 +28,5 @@ England. We also work in partnership with other charities across the UK.</p>
ABOUTUS
print Page::footer($q);
}
-Page::do_fastcgi(\&main);
+Page::do_fastcgi(\&main, $lastmodified);