1 2 3 4 5 6 7 8
<%flags> inherit => undef # avoid auth </%flags> <%init> $r->content_type("text/plain"); $m->out( $RT::User::LOADED_OVERLAY ? "yes" : "no" ); $m->abort(200); </%init>