From 0e2d79fb02554d5a638de0a93e21429e1a5c6e68 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 22 Dec 2017 11:09:32 +0100 Subject: Fix send to info@byvandring.nu (not only to siri@jones.dk). --- feedback.cgi | 3 +-- kontakt.cgi | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/feedback.cgi b/feedback.cgi index 9df30e7..72c947a 100755 --- a/feedback.cgi +++ b/feedback.cgi @@ -10,8 +10,7 @@ my $req_path = $build_path . '/html/feedback/index.html'; my $ack_path = $build_path . '/html/feedback/tak/index.html'; my $webmaster = 'info@byvandring.nu'; -#my $frontdesk = 'info@byvandring.nu'; -my $frontdesk = 'siri@jones.dk'; +my $frontdesk = 'info@byvandring.nu'; my $helpdesk = 'siri@jones.dk'; # Set this to 1 for a separate confirmation page diff --git a/kontakt.cgi b/kontakt.cgi index 3f3633d..62696d0 100755 --- a/kontakt.cgi +++ b/kontakt.cgi @@ -10,8 +10,7 @@ my $req_path = $build_path . '/html/kontakt/index.html'; my $ack_path = $build_path . '/html/kontakt/tak/index.html'; my $webmaster = 'info@byvandring.nu'; -#my $frontdesk = 'info@byvandring.nu'; -my $frontdesk = 'siri@jones.dk'; +my $frontdesk = 'info@byvandring.nu'; my $helpdesk = 'siri@jones.dk'; # Set this to 1 for a separate confirmation page -- cgit v1.2.3