aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2019-07-06 14:14:13 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2019-07-06 14:14:13 +0200
commit1095ed73e29b0c9aa714216d06287d4c92a5f9f7 (patch)
tree5599911dc32fd7899f36c20afa3bc4d56b974fe7
parentd20107faf279d204c148b6024ccd4f80f7747300 (diff)
remove mail address from about
-rwxr-xr-xabout.cgi4
1 files changed, 0 insertions, 4 deletions
diff --git a/about.cgi b/about.cgi
index 9f9ac09..d026377 100755
--- a/about.cgi
+++ b/about.cgi
@@ -31,10 +31,6 @@ $d << "</div>"
$d << "<div><h2>" + _("License") + "</h2>"
$d << _("The sourcecode of this application is available under the terms of <a href='http://www.fsf.org/licensing/licenses/agpl-3.0.html'>AGPL Version 3</a>.")
$d << _("The sourcecode of this application can be found %{a_start}here%{a_end}.") % { :a_start => "<a href=\"#{$conf.dudle_src}\">", :a_end => "</a>"}
-$d << '<a href="mailto:Benjamin_dot_Kellermann@gmx_in_germany?subject=Feedback%20to%20dudle">'
-$d << _('Please write me an e-mail if you have found a bug, have found something which disturbs you, or have any other feedback.')
-$d << '</a>'
-$d << "<br />"
$d << "</div>"
$d << $conf.aboutnotice