summaryrefslogtreecommitdiff
path: root/form.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'form.cgi')
-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';