From 1095ed73e29b0c9aa714216d06287d4c92a5f9f7 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Sat, 6 Jul 2019 14:14:13 +0200 Subject: remove mail address from about --- about.cgi | 4 ---- 1 file changed, 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 << "" $d << "

" + _("License") + "

" $d << _("The sourcecode of this application is available under the terms of AGPL Version 3.") $d << _("The sourcecode of this application can be found %{a_start}here%{a_end}.") % { :a_start => "", :a_end => ""} -$d << '' -$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 << '' -$d << "
" $d << "
" $d << $conf.aboutnotice -- cgit v1.2.3