diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-04-05 01:49:07 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-04-05 01:49:07 +0200 |
commit | 59cdefa66896ee8a14e148f777bb65c9e6dea5c0 (patch) | |
tree | 2046c16ed2cb1d6d84ce48c47eecb9926e787934 /contact.cgi | |
parent | 914047920521883cf78aa52d0b69164fe9344842 (diff) |
Fix webroot.
Diffstat (limited to 'contact.cgi')
-rwxr-xr-x | contact.cgi | 2 |
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'; |