diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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'); |