diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-08-14 07:52:26 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-08-14 07:52:26 +0000 |
| commit | 9252365518a5c4be1e8790dd149c431a977f62f2 (patch) | |
| tree | 5157e152482a72ac381757bccac287d1f0490e2d | |
| parent | a89d5bff8fdb78f38c7e6fb8b4ed937fcbe0381f (diff) | |
Implemented logout_after plugin hook
git-svn-id: https://svn.roundcube.net/trunk@2858 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php index 8e2cafe66..a0210da72 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -2,7 +2,7 @@ /* +-------------------------------------------------------------------------+ | RoundCube Webmail IMAP Client | - | Version 0.3-20090805 | + | Version 0.3-20090814 | | | | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland | | | @@ -132,6 +132,7 @@ else if ($RCMAIL->task=='logout' && isset($_SESSION['user_id'])) { $OUTPUT->show_message('loggedout'); $RCMAIL->logout_actions(); $RCMAIL->kill_session(); + $RCMAIL->plugins->exec_hook('logout_after', array()); } // check session and auth cookie |
