diff options
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 |