Merge branch 'patch-4' of https://github.com/gjones2/Freeside (#13854 as this bug...
[freeside.git] / rt / share / html / m / logout
1 <%init>
2 if (keys %session) {
3     tied(%session)->delete;
4     $session{'CurrentUser'} = RT::CurrentUser->new;
5 }
6 RT::Interface::Web::Redirect(RT->Config->Get('WebURL')."m/");
7 </%init>