diff options
author | matthew <matthew> | 2007-08-29 23:03:16 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-08-29 23:03:16 +0000 |
commit | c7817720eb6a710f9fcdc65fd79f6dd7d3c7318b (patch) | |
tree | aab0618583c51b1573d626bdb3358e84c9d37b87 /web/faq.cgi | |
parent | c0808959a627c17af9f99b23e572392b63aac670 (diff) |
RSS sign-up page for all sorts of local feeds or email alerts, hopefully
clearly explained. Tidy up codebase a bit.
Diffstat (limited to 'web/faq.cgi')
-rwxr-xr-x | web/faq.cgi | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/web/faq.cgi b/web/faq.cgi index 6e3bb716f..8ed99b5a1 100755 --- a/web/faq.cgi +++ b/web/faq.cgi @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl -w -I../perllib # faq.cgi: # FAQ page for FixMyStreet @@ -6,16 +6,10 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: faq.cgi,v 1.26 2007-08-01 11:27:37 matthew Exp $ +# $Id: faq.cgi,v 1.27 2007-08-29 23:03:16 matthew Exp $ use strict; -require 5.8.0; - -# Horrible boilerplate to set up appropriate library paths. -use FindBin; -use lib "$FindBin::Bin/../perllib"; -use lib "$FindBin::Bin/../../perllib"; -use Page; +use Standard -db; # Main code for index.cgi sub main { |