1 _info?>handle_page(redirect_for_setup => 1); if ($type eq "redirect") { return BML::redirect($data); } else { BML::set_content_type($type) if $type; return $data; } } _code?>