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 /feedback.cgi | |
parent | 1a4d93928595fa460b7728b0eda6c328cd8237ef (diff) |
Fix send to info@byvandring.nu (not only to siri@jones.dk).
Diffstat (limited to 'feedback.cgi')
-rwxr-xr-x | feedback.cgi | 3 |
1 files changed, 1 insertions, 2 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 |