summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-05 21:15:48 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-05 21:15:48 +0200
commit8f6fa3462f91df986a84383afce9408561341d63 (patch)
tree1b0bf73cd49bc8d111dfdd24bd17d75f084653ee
parent657430569823f8c946eb7b6e3d2bee3ba08c87da (diff)
Use distinct path (to ease redirection back to static site).
-rwxr-xr-xindex.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.cgi b/index.cgi
index 4db5f64..1e9acb8 100755
--- a/index.cgi
+++ b/index.cgi
@@ -5,7 +5,7 @@ use CGI::FormBuilder;
my $docroot = '../build/html';
# TODO: check if protocol-agnostic URL works
-my $webroot = 'https://form.omni-presence.dk/';
+my $webroot = 'https://form.omni-presence.dk/form';
my $req_path = $docroot . '/index.tmpl';
my $ack_path = $docroot . '/thanks/index.html';