diff options
Diffstat (limited to 'cgi/user.cgi')
-rwxr-xr-x | cgi/user.cgi | 4 |
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 |