summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-12-21 22:24:51 +0100
committerJonas Smedegaard <dr@jones.dk>2017-12-21 22:24:51 +0100
commitbcfac8f1207a483cacf2122290cebb9360fbb90a (patch)
tree472c3279be6e6618d9dd8fd31302956ca5afd530
parentaa2b60563c590d2701e940025e43b64542cef94a (diff)
Update host and use https protocol, now that we control the host.
-rwxr-xr-xform.cgi2
1 files changed, 1 insertions, 1 deletions
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';