diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-04-05 21:15:48 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-04-05 21:15:48 +0200 |
commit | 8f6fa3462f91df986a84383afce9408561341d63 (patch) | |
tree | 1b0bf73cd49bc8d111dfdd24bd17d75f084653ee | |
parent | 657430569823f8c946eb7b6e3d2bee3ba08c87da (diff) |
Use distinct path (to ease redirection back to static site).
-rwxr-xr-x | index.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'; |