summaryrefslogtreecommitdiff
path: root/rt/webrt/NoAuth/Logout.html
diff options
context:
space:
mode:
Diffstat (limited to 'rt/webrt/NoAuth/Logout.html')
-rwxr-xr-xrt/webrt/NoAuth/Logout.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/rt/webrt/NoAuth/Logout.html b/rt/webrt/NoAuth/Logout.html
new file mode 100755
index 000000000..a00ae9675
--- /dev/null
+++ b/rt/webrt/NoAuth/Logout.html
@@ -0,0 +1,22 @@
+<HTML>
+<HEAD>
+<TITLE>RT: Logout</TITLE>
+ <META HTTP-EQUIV="Refresh" CONTENT="0;URL=<%$RT::WebPath%>/">
+</HEAD>
+<BODY>
+<p>You have been logged out of RT.
+
+
+<br>
+<br>
+<A HREF="<%$RT::WebPath%>/">You're welcome to login again</a>
+
+
+<%PERL>
+if (defined %session) {
+ %session = undef;
+}
+$m->abort();
+</%PERL>
+
+