From 3a4dec369d7d3644ffdb097babe10e0431b1e9d6 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 22 Feb 2010 19:59:02 +0100 Subject: add option to disable autobugreport --- config_sample.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config_sample.rb') 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", -- cgit v1.2.3