From 48668271f1df53195fef4259cc3c5b2a851c820e Mon Sep 17 00:00:00 2001 From: roundcube Date: Sun, 13 Nov 2005 19:02:28 +0000 Subject: Added new languages and new XMLHttpRequest class git-svn-id: https://svn.roundcube.net/trunk@82 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/index.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'roundcubemail/index.php') 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'); -- cgit v1.2.3