aboutsummaryrefslogtreecommitdiff
path: root/cgi/user.cgi
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2025-04-11 10:13:21 +0100
committerNat Lasseter <user@4574.co.uk>2025-04-11 10:13:21 +0100
commitfbeb619a761e997ad58c726014d39096010eed91 (patch)
treec68b8a44c4046369922f6fbbc58ac9df57d3d8bc /cgi/user.cgi
parent40d35499d2c543f931db6f8bd60d7e9330727cb1 (diff)
[bracket] will work this outHEADmain
Diffstat (limited to 'cgi/user.cgi')
-rwxr-xr-xcgi/user.cgi2
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