diff options
Diffstat (limited to 'web/alert.cgi')
-rwxr-xr-x | web/alert.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/alert.cgi b/web/alert.cgi index 050f3cf9b..d482d3513 100755 --- a/web/alert.cgi +++ b/web/alert.cgi @@ -1,12 +1,12 @@ #!/usr/bin/perl -w # alert.cgi: -# Alert code for Neighbourhood Fix-It +# Alert code for FixMyStreet # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: alert.cgi,v 1.6 2007-06-01 14:24:41 matthew Exp $ +# $Id: alert.cgi,v 1.7 2007-06-15 14:57:52 matthew Exp $ use strict; require 5.8.0; |