summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-05 01:49:07 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-05 01:49:07 +0200
commit59cdefa66896ee8a14e148f777bb65c9e6dea5c0 (patch)
tree2046c16ed2cb1d6d84ce48c47eecb9926e787934
parent914047920521883cf78aa52d0b69164fe9344842 (diff)
Fix webroot.
-rwxr-xr-xcontact.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/contact.cgi b/contact.cgi
index 16242c3..150cd42 100755
--- a/contact.cgi
+++ b/contact.cgi
@@ -5,7 +5,7 @@ use CGI::FormBuilder;
my $build_path = '../build';
# TODO: check if protocol-agnostic URL works
-my $webroot = 'https://omni-presence.dk/contact/';
+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';