Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-05-24 23:58:12 +0400
committerthomascube <thomas@roundcube.net>2011-05-24 23:58:12 +0400
commit28ac5cada2410f6c2066fb9b822ccd898b77b5d0 (patch)
tree3931f2b9e255802aef10a7a541ea6d3418810128 /index.php
parente7b6e907c5d0fd509adbc910f03160c75afce65c (diff)
Let plugins hook into keep-alive requests
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 888895899..2cf58145b 100644
--- a/index.php
+++ b/index.php
@@ -205,6 +205,7 @@ else {
// handle special actions
if ($RCMAIL->action == 'keep-alive') {
$OUTPUT->reset();
+ $RCMAIL->plugins->exec_hook('keep_alive', array());
$OUTPUT->send();
}
else if ($RCMAIL->action == 'save-pref') {