From e72a4460747f017bbf4834cb0b9ec53af23c38a8 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 5 Apr 2017 02:47:49 +0200 Subject: Use omni-presence.dk for webmaster and frontdesk. Fix typo in error message. --- contact.cgi | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'contact.cgi') 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

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

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 -- cgit v1.2.3