diff options
author | ivan <ivan> | 2003-07-15 13:30:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-07-15 13:30:43 +0000 |
commit | ded0451e9582df33cae6099a2fb72b4ea25076cf (patch) | |
tree | 62f9855aace4bdb30674156fc0e5d8b758cde0aa /rt/webrt/NoAuth/Logout.html | |
parent | 0ebeec96313dd7edfca340f01f8fbbbac1f4aa1d (diff) |
reverting to vendor branch rt 3.0.4, hopefully
Diffstat (limited to 'rt/webrt/NoAuth/Logout.html')
-rwxr-xr-x | rt/webrt/NoAuth/Logout.html | 22 |
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 a00ae9675..000000000 --- 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> - - |