diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/crontab.ugly | 2 | ||||
-rw-r--r-- | config/httpd.conf | 2 | ||||
-rw-r--r-- | config/routes.rb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/config/crontab.ugly b/config/crontab.ugly index ef3455113..d33450df4 100644 --- a/config/crontab.ugly +++ b/config/crontab.ugly @@ -2,7 +2,7 @@ # Timed tasks for FOI site. Template file. # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org. WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org. WWW: http://www.mysociety.org/ PATH=/usr/local/bin:/usr/bin:/bin MAILTO=cron-!!(*= $site *)!!@mysociety.org diff --git a/config/httpd.conf b/config/httpd.conf index acf37d97c..e468a1e96 100644 --- a/config/httpd.conf +++ b/config/httpd.conf @@ -4,7 +4,7 @@ # Ruby on Rails application. # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org +# Email: hello@mysociety.org; WWW: http://www.mysociety.org # This is needed for the PHP spell checker <Location /fcgi> diff --git a/config/routes.rb b/config/routes.rb index b45ff17f5..10f6a3284 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -2,7 +2,7 @@ # Mapping URLs to controllers for FOIFA. # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ # Allow easy extension from themes. Note these will have the highest priority. $alaveteli_route_extensions.each do |f| |