aboutsummaryrefslogtreecommitdiff
path: root/config_sample.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-02-22 19:59:02 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-02-22 19:59:02 +0100
commit3a4dec369d7d3644ffdb097babe10e0431b1e9d6 (patch)
treeabea2eb07f854449e60a153e1c1ec9fffdf01ddd /config_sample.rb
parent74dd6f509092e294baf7650b6c1a0fd1cde4be4a (diff)
add option to disable autobugreport
Diffstat (limited to 'config_sample.rb')
-rw-r--r--config_sample.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/config_sample.rb b/config_sample.rb
index ed52300..917a1aa 100644
--- a/config_sample.rb
+++ b/config_sample.rb
@@ -38,6 +38,9 @@ SITEURL = "http://#{$cgi.server_name}#{$cgi.script_name.gsub(/[^\/]*$/,"")}"
#ERRORLOG = "/var/log/dudle_error.log"
BUGREPORTMAIL = "Benjamin.Kellermann@tu-dresden.de"
+# Send bug reports automatically with the programm “mail”
+AUTO_SEND_REPORT = false
+
# Add some Example Polls to the start page
EXAMPLES = {
"event_schedule_example" => "coffeebreak",