diff options
Diffstat (limited to 'rt/t/data/plugins/Overlays/html/overlay_loaded')
-rw-r--r-- | rt/t/data/plugins/Overlays/html/overlay_loaded | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rt/t/data/plugins/Overlays/html/overlay_loaded b/rt/t/data/plugins/Overlays/html/overlay_loaded new file mode 100644 index 000000000..eeeb0320f --- /dev/null +++ b/rt/t/data/plugins/Overlays/html/overlay_loaded @@ -0,0 +1,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> |