summaryrefslogtreecommitdiff
path: root/rt/t/data/plugins/Overlays/html/overlay_loaded
blob: eeeb0320f090bdd473a0a69f2cf76320b8775bae (plain)
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>