From 8867a49a306c1e4f828e9227abc74e0b90525d2d Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Fri, 11 Apr 2025 10:09:56 +0100 Subject: [bracket] typo in router --- cgi/user.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cgi/user.cgi') diff --git a/cgi/user.cgi b/cgi/user.cgi index 99cbb14..bf584c5 100755 --- a/cgi/user.cgi +++ b/cgi/user.cgi @@ -91,6 +91,6 @@ when "/" page("Home", "User_4574's Lair") when /^\/stuff-i-want/ page("Stuff I Want") -when /^bv/ - $cgi.out("status" => "MOVED", "Location" => "https://bv.miller.cm/") {"Redirecting..."} +when /^\/bv/ + $cgi.http_header("status" => "MOVED", "Location" => "https://bv.miller.cm/") end -- cgit v1.2.3