RT 4.0.22
[freeside.git] / rt / t / data / plugins / Overlays / html / overlay_loaded
1 <%flags>
2 inherit => undef    # avoid auth
3 </%flags>
4 <%init>
5 $r->content_type("text/plain");
6 $m->out( $RT::User::LOADED_OVERLAY ? "yes" : "no" );
7 $m->abort(200);
8 </%init>