diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-12-21 22:24:51 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-12-21 22:24:51 +0100 |
commit | bcfac8f1207a483cacf2122290cebb9360fbb90a (patch) | |
tree | 472c3279be6e6618d9dd8fd31302956ca5afd530 | |
parent | aa2b60563c590d2701e940025e43b64542cef94a (diff) |
Update host and use https protocol, now that we control the host.
-rwxr-xr-x | form.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'; |