diff options
Diffstat (limited to 'contact.cgi')
-rwxr-xr-x | contact.cgi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/contact.cgi b/contact.cgi index 150cd42..036782c 100755 --- a/contact.cgi +++ b/contact.cgi @@ -9,9 +9,8 @@ my $webroot = 'https://form.omni-presence.dk/contact/'; my $req_path = $build_path . '/html/contact/index.html'; my $ack_path = $build_path . '/html/contact/thanks/index.html'; -my $webmaster = 'webmaster@couchdesign.dk'; -#my $frontdesk = 'info@omni-presence.dk'; -my $frontdesk = 'anniqalewis@gmail.com'; +my $webmaster = 'webmaster@omni-presence.dk'; +my $frontdesk = 'info@omni-presence.dk'; my $helpdesk = 'dr@jones.dk'; # Set this to 1 for a separate confirmation page @@ -68,7 +67,7 @@ if ($form->submitted) { } else { $mail_to = "$frontdesk, $helpdesk"; $mail_subject = 'ERROR in omni-presence contact form'; - $infostring .= "\n<P>NB! There was an error in one or more of the fields. The info was sent anyway, but you are afviced to go back, check that all fields are properly filed out, and then send again."; + $infostring .= "\n<P>NB! There was an error in one or more of the fields. The info was sent anyway, but you are adviced to go back, check that all fields are properly filed out, and then send again."; $confirm = 0; }; # Abuse subject to add additional headers |