summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindex.cgi6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.cgi b/index.cgi
index 74a8cb3..ccc6b45 100755
--- a/index.cgi
+++ b/index.cgi
@@ -2,12 +2,12 @@
use CGI::FormBuilder;
-my $build_path = '../build';
+my $docroot = '../build/html';
# TODO: check if protocol-agnostic URL works
my $webroot = 'https://form.omni-presence.dk/';
-my $req_path = $build_path . '/html/index.tmpl';
-my $ack_path = $build_path . '/html/thanks/index.html';
+my $req_path = $docroot . '/index.tmpl';
+my $ack_path = $docroot . '/thanks/index.html';
my $webmaster = 'webmaster@omni-presence.dk';
my $frontdesk = 'info@omni-presence.dk';