diff options
-rwxr-xr-x | index.cgi | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,9 +5,9 @@ use CGI::FormBuilder; my $build_path = '../build'; # TODO: check if protocol-agnostic URL works -my $webroot = 'https://form.omni-presence.dk/contact/'; -my $req_path = $build_path . '/html/contact/index.html'; -my $ack_path = $build_path . '/html/contact/thanks/index.html'; +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 $webmaster = 'webmaster@omni-presence.dk'; my $frontdesk = 'info@omni-presence.dk'; |