diff options
Diffstat (limited to 'roundcubemail/index.php')
| -rw-r--r-- | roundcubemail/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php index 0687763da..e9c1cee98 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -185,6 +185,7 @@ if ($_action=='login' && $_task=='mail') else if (($_task=='logout' || $_action=='logout') && isset($_SESSION['user_id'])) { $OUTPUT->show_message('loggedout'); + rcmail_logout_actions(); rcmail_kill_session(); } |
