remove tor, remove bitcoing, fix contact us

This commit is contained in:
Andrea Spacca
2021-12-15 09:34:04 +01:00
parent 6f49951bc0
commit 0953383523
7 changed files with 25 additions and 1 deletions

View File

@ -253,6 +253,7 @@ func (s *Server) viewHandler(w http.ResponseWriter, r *http.Request) {
data := struct {
Hostname string
WebAddress string
EmailContact string
GAKey string
UserVoiceKey string
PurgeTime string
@ -262,6 +263,7 @@ func (s *Server) viewHandler(w http.ResponseWriter, r *http.Request) {
}{
hostname,
webAddress,
s.emailContact,
s.gaKey,
s.userVoiceKey,
purgeTime,