From ade6a3d8e21fefa07781a2e4c954c0ab858182d7 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 18 Apr 2017 20:17:47 +0200 Subject: Use main host. --- footer.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/footer.cgi b/footer.cgi index 7081c98..d308e86 100755 --- a/footer.cgi +++ b/footer.cgi @@ -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'; -- cgit v1.2.3