diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-12-22 11:09:32 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-12-22 11:09:32 +0100 |
commit | 0e2d79fb02554d5a638de0a93e21429e1a5c6e68 (patch) | |
tree | d8ab1ada93bff4c9378efac3167acac04c59c717 | |
parent | 1a4d93928595fa460b7728b0eda6c328cd8237ef (diff) |
Fix send to info@byvandring.nu (not only to siri@jones.dk).
-rwxr-xr-x | feedback.cgi | 3 | ||||
-rwxr-xr-x | 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 |