RT 4.0.22
[freeside.git] / rt / t / data / plugins / Overlays / html / overlay_loaded
diff --git a/rt/t/data/plugins/Overlays/html/overlay_loaded b/rt/t/data/plugins/Overlays/html/overlay_loaded
new file mode 100644 (file)
index 0000000..eeeb032
--- /dev/null
@@ -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>