diff options
author | Matthew Somerville <matthew@cake.ukcod.org.uk> | 2010-08-02 12:04:27 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@cake.ukcod.org.uk> | 2010-08-02 12:04:27 +0100 |
commit | eb17f9b573c3307e815a5b30f87a7dd4fe899c29 (patch) | |
tree | 37f2620cb2b973aea8d9fdbac37fece5257d7a01 | |
parent | 7bbd05ddfffd81cbc183988194a86d6275b48cff (diff) |
Comment tweak.
-rwxr-xr-x | web/index.cgi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/web/index.cgi b/web/index.cgi index 9df86adc2..355f8f8e6 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -1,12 +1,10 @@ #!/usr/bin/perl -w -I../perllib - +# # index.cgi: # Main code for FixMyStreet # # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org -# -# $Id: index.cgi,v 1.334 2010-01-15 16:55:26 matthew Exp $ use strict; use Standard; |