diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-04-11 10:08:44 +0100 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-04-11 10:08:44 +0100 |
commit | 2a7fb575614bb6ffebe9d4f83a998d0c0edd00b9 (patch) | |
tree | 3d1b67de4128a5db8f80b52a748b29f909c05430 /cgi | |
parent | 3fba461edf51f25a0b637dd8e75723f614ba8b80 (diff) |
[bracket] cgi output for redirect
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 fbf9f05..99cbb14 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/") {"Redirecting..."} end |