summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-12-22 11:09:32 +0100
committerJonas Smedegaard <dr@jones.dk>2017-12-22 11:09:32 +0100
commit0e2d79fb02554d5a638de0a93e21429e1a5c6e68 (patch)
treed8ab1ada93bff4c9378efac3167acac04c59c717
parent1a4d93928595fa460b7728b0eda6c328cd8237ef (diff)
Fix send to info@byvandring.nu (not only to siri@jones.dk).
-rwxr-xr-xfeedback.cgi3
-rwxr-xr-xkontakt.cgi3
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