diff options
-rwxr-xr-x | cgi/user.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/user.cgi b/cgi/user.cgi index bf584c5..94cf6ac 100755 --- a/cgi/user.cgi +++ b/cgi/user.cgi @@ -92,5 +92,5 @@ when "/" when /^\/stuff-i-want/ page("Stuff I Want") when /^\/bv/ - $cgi.http_header("status" => "MOVED", "Location" => "https://bv.miller.cm/") + $cgi.out("status" => "MOVED", "Location" => "https://bv.miller.cm/") {} end |