diff options
Diffstat (limited to 'rt/share/html/m/logout')
-rw-r--r-- | rt/share/html/m/logout | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rt/share/html/m/logout b/rt/share/html/m/logout new file mode 100644 index 000000000..3006ea8eb --- /dev/null +++ b/rt/share/html/m/logout @@ -0,0 +1,7 @@ +<%init> +if (keys %session) { + tied(%session)->delete; + $session{'CurrentUser'} = RT::CurrentUser->new; +} +RT::Interface::Web::Redirect(RT->Config->Get('WebURL')."m/"); +</%init> |