From d002607852416be04faf317f81793baacfdb6c79 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 14 Aug 2009 03:52:26 -0400
Subject: [PATCH] Implemented logout_after plugin hook

---
 index.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/index.php b/index.php
index 8e2cafe..a0210da 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 @@
   $OUTPUT->show_message('loggedout');
   $RCMAIL->logout_actions();
   $RCMAIL->kill_session();
+  $RCMAIL->plugins->exec_hook('logout_after', array());
 }
 
 // check session and auth cookie

--
Gitblit v1.9.1