summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorUser <hukl@cccms.ccc.de>2010-12-29 17:06:40 +0100
committerUser <hukl@cccms.ccc.de>2010-12-29 17:06:40 +0100
commit91633ac4419d839661e35ae8f2efe5c9089cfb67 (patch)
treec02b410c767dd1adbba6dc65357a9b5fcd9556dd /config
parentb32bc556a464615bd0bf5b4411960df6b37a8928 (diff)
use sanitize instead of only html_escape!
Diffstat (limited to 'config')
-rw-r--r--config/environment.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/environment.rb b/config/environment.rb
index cdc6b28..6257591 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -1,7 +1,7 @@
1# Be sure to restart your server when you modify this file 1# Be sure to restart your server when you modify this file
2 2
3# Specifies gem version of Rails to use when vendor/rails is not present 3# Specifies gem version of Rails to use when vendor/rails is not present
4RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION 4RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION
5 5
6# Bootstrap the Rails environment, frameworks, and default configuration 6# Bootstrap the Rails environment, frameworks, and default configuration
7require File.join(File.dirname(__FILE__), 'boot') 7require File.join(File.dirname(__FILE__), 'boot')
@@ -59,4 +59,4 @@ end
59require 'awesome_patch' 59require 'awesome_patch'
60 60
61ExceptionNotifier.exception_recipients = %w(hukl@berlin.ccc.de) 61ExceptionNotifier.exception_recipients = %w(hukl@berlin.ccc.de)
62ExceptionNotifier.sender_address = %("CCCMS Error" <error@ccc.de>) \ No newline at end of file 62ExceptionNotifier.sender_address = %("CCCMS Error" <error@ccc.de>)