diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-04-11 10:07:34 +0100 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-04-11 10:07:34 +0100 |
commit | 3fba461edf51f25a0b637dd8e75723f614ba8b80 (patch) | |
tree | 4aba04a1c70a4d1b5b2d21a4bc76975e0897602a | |
parent | 3e45908a94f417044f10f15dbc2cb50756f7c69d (diff) |
[bracket] moved home
-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 af432f1..fbf9f05 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 |