summaryrefslogtreecommitdiff
path: root/rt/webrt/NoAuth/Logout.html
blob: a00ae9675aa5899fef7dbfa48efc32ede2b0e265 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>