From 8246fe998112ab4ad0f080c8c8bbab889149e41a Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Wed, 20 Apr 2016 13:54:59 +0200 Subject: adjust aboutpage to github url --- config_defaults.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config_defaults.rb') 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" -- cgit v1.2.3