diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-04-11 10:10:49 +0100 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-04-11 10:10:49 +0100 |
commit | 40d35499d2c543f931db6f8bd60d7e9330727cb1 (patch) | |
tree | 373e712cb84fadefce5a027e142596d9986d9cc3 /cgi | |
parent | 8867a49a306c1e4f828e9227abc74e0b90525d2d (diff) |
[bracket] grrr
Diffstat (limited to 'cgi')
-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 |