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 94cf6ac..a8cc831 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.out("status" => "MOVED", "Location" => "https://bv.miller.cm/") {} + $cgi.out("status" => "MOVED", "Location" => "https://bv.miller.cm/") {""} end |