aboutsummaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
Diffstat (limited to 'cgi')
-rwxr-xr-xcgi/user.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/user.cgi b/cgi/user.cgi
index 99cbb14..bf584c5 100755
--- a/cgi/user.cgi
+++ b/cgi/user.cgi
@@ -91,6 +91,6 @@ when "/"
page("Home", "User_4574's Lair")
when /^\/stuff-i-want/
page("Stuff I Want")
-when /^bv/
- $cgi.out("status" => "MOVED", "Location" => "https://bv.miller.cm/") {"Redirecting..."}
+when /^\/bv/
+ $cgi.http_header("status" => "MOVED", "Location" => "https://bv.miller.cm/")
end