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, 0 insertions, 22 deletions
diff --git a/rt/webrt/NoAuth/Logout.html b/rt/webrt/NoAuth/Logout.html
deleted file mode 100755
index a00ae96..0000000
--- a/rt/webrt/NoAuth/Logout.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<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>
-
-