diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-02-26 18:57:01 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-26 18:57:01 +0100 |
commit | 462bae25b0d09e9e68c5ab589c353d91037d9ebb (patch) | |
tree | dcf35ef26cf61b6f6ea2a867dddb442d44219a01 | |
parent | 7dd417b06703b73afb0cce6fa8fa4871d4a40f46 (diff) |
Fix use bynu.biks.dk (not static-only byvandring.nu.
-rwxr-xr-x | form.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ use utf8::all; my $build_path = '../build'; # TODO: check if protocol-agnostic URL works -my $webroot = 'http://byvandring.nu/feedback/'; +my $webroot = 'http://bynu.biks.dk/feedback/'; my $req_path = $build_path . '/html/feedback/index.html'; my $ack_path = $build_path . '/html/feedback/tak/index.html'; |