summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-05 02:47:49 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-05 02:47:49 +0200
commite72a4460747f017bbf4834cb0b9ec53af23c38a8 (patch)
tree651a5bc28c7574b3521f4f6484fa080843a281ff
parent59cdefa66896ee8a14e148f777bb65c9e6dea5c0 (diff)
Use omni-presence.dk for webmaster and frontdesk. Fix typo in error message.
-rwxr-xr-xcontact.cgi7
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