aboutsummaryrefslogtreecommitdiff
path: root/about.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'about.cgi')
-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