summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-02-26 18:57:01 +0100
committerJonas Smedegaard <dr@jones.dk>2015-02-26 18:57:01 +0100
commit462bae25b0d09e9e68c5ab589c353d91037d9ebb (patch)
treedcf35ef26cf61b6f6ea2a867dddb442d44219a01
parent7dd417b06703b73afb0cce6fa8fa4871d4a40f46 (diff)
Fix use bynu.biks.dk (not static-only byvandring.nu.
-rwxr-xr-xform.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/form.cgi b/form.cgi
index 28baa3d..78a1a35 100755
--- a/form.cgi
+++ b/form.cgi
@@ -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';