diff options
Diffstat (limited to 'roundcubemail/index.php')
| -rw-r--r-- | roundcubemail/index.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php index dcb65662c..16a3540d7 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -289,6 +289,14 @@ if ($_task=='settings') } +// handle keep-alive signal +if ($_action=='keep-alive') + { + rcube_remote_response(''); + exit; + } + + // only allow these templates to be included $valid_tasks = array('mail','settings','addressbook'); |
