diff options
Diffstat (limited to 'form.cgi')
-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'; |