From bcfac8f1207a483cacf2122290cebb9360fbb90a Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 21 Dec 2017 22:24:51 +0100 Subject: Update host and use https protocol, now that we control the host. --- form.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form.cgi b/form.cgi index 005fd5e..9df30e7 100755 --- a/form.cgi +++ b/form.cgi @@ -5,7 +5,7 @@ use CGI::FormBuilder; my $build_path = '../build'; # TODO: check if protocol-agnostic URL works -my $webroot = 'http://bynu.biks.dk/feedback/'; +my $webroot = 'https://byvandring.nu/feedback/'; my $req_path = $build_path . '/html/feedback/index.html'; my $ack_path = $build_path . '/html/feedback/tak/index.html'; -- cgit v1.2.3