summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-05 20:15:04 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-05 20:15:04 +0200
commitc95a40eb34ceaf52aa88214b53ea6eb63fe6cbbd (patch)
tree9d8d0013070d6dc93c8ab69bbee997bebb0187e5
parentb98bb29b5646a1bd1fa68baf39aa22ef20c90781 (diff)
Tidy variables.
-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';