From d002607852416be04faf317f81793baacfdb6c79 Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 14 Aug 2009 07:52:26 +0000 Subject: Implemented logout_after plugin hook --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 8e2cafe66..a0210da72 100644 --- a/index.php +++ b/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 -- cgit v1.2.3