diff options
author | Mark Longair <mhl@pobox.com> | 2013-08-20 10:04:54 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-08-20 12:11:45 +0100 |
commit | b75d79b08227192b75e4f3b24ce4e762f4286ef9 (patch) | |
tree | 6a9645f51e17da0048f92b9eb54f8465cd498a13 /lib | |
parent | 493c1a270b02bf1cd6030e56babefcca89a81595 (diff) |
Add a config option to enable the public body statistics page
Diffstat (limited to 'lib')
-rw-r--r-- | lib/configuration.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/configuration.rb b/lib/configuration.rb index bf80f87e1..d6fd8765f 100644 --- a/lib/configuration.rb +++ b/lib/configuration.rb @@ -48,6 +48,7 @@ module AlaveteliConfiguration :MTA_LOG_TYPE => 'exim', :NEW_RESPONSE_REMINDER_AFTER_DAYS => [3, 10, 24], :OVERRIDE_ALL_PUBLIC_BODY_REQUEST_EMAILS => '', + :PUBLIC_BODY_STATISTICS_PAGE => false, :RAW_EMAILS_LOCATION => 'files/raw_emails', :READ_ONLY => '', :RECAPTCHA_PRIVATE_KEY => 'x', |