From ded0451e9582df33cae6099a2fb72b4ea25076cf Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 15 Jul 2003 13:30:43 +0000 Subject: reverting to vendor branch rt 3.0.4, hopefully --- rt/webrt/NoAuth/Logout.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 rt/webrt/NoAuth/Logout.html (limited to 'rt/webrt/NoAuth/Logout.html') 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 @@ - - -RT: Logout - - - -

You have been logged out of RT. - - -
-
-You're welcome to login again - - -<%PERL> -if (defined %session) { - %session = undef; -} -$m->abort(); - - - -- cgit v1.2.1