X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fwebrt%2FNoAuth%2FLogout.html;fp=rt%2Fwebrt%2FNoAuth%2FLogout.html;h=0000000000000000000000000000000000000000;hp=a00ae9675aa5899fef7dbfa48efc32ede2b0e265;hb=ded0451e9582df33cae6099a2fb72b4ea25076cf;hpb=0ebeec96313dd7edfca340f01f8fbbbac1f4aa1d 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(); - - -