aboutsummaryrefslogtreecommitdiff
path: root/config_defaults.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2016-04-20 13:54:59 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2016-04-20 13:54:59 +0200
commit8246fe998112ab4ad0f080c8c8bbab889149e41a (patch)
treea05d14abd5ffe9ff0e7ece36297eef1ff29ac132 /config_defaults.rb
parent3f6a3832df3ce072ae3ef28b558f5ea881a461fa (diff)
adjust aboutpage to github url
Diffstat (limited to 'config_defaults.rb')
-rw-r--r--config_defaults.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/config_defaults.rb b/config_defaults.rb
index 77a5e9a..5e3e0ec 100644
--- a/config_defaults.rb
+++ b/config_defaults.rb
@@ -45,7 +45,7 @@ $conf.footer = []
}
$conf.errorlog = ""
-$conf.bugreportmail = "Benjamin.Kellermann@gmx.de"
+$conf.bugreportmail = "webmaster@#{$cgi.server_name}"
$conf.auto_send_report = false
$conf.known_errors = []
@@ -59,6 +59,8 @@ $conf.aboutnotice = ""
$conf.default_css = "default.css"
+$conf.dudle_src = "https://github.com/kellerben/dudle/"
+
if File.exists?("config.rb") || File.exists?("../config.rb")
require_relative "config"