diff options
-rwxr-xr-x | footer.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.stadsvandring.dk/form'; +my $webroot = 'https://stadsvandring.dk/form'; my $req_path = $docroot . '/index.tmpl'; my $ack_path = $docroot . '/thanks/index.html'; |