From c95a40eb34ceaf52aa88214b53ea6eb63fe6cbbd Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 5 Apr 2017 20:15:04 +0200 Subject: Tidy variables. --- index.cgi | 6 +++--- 1 file 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'; -- cgit v1.2.3