From ecf7590cb84bb944d4adcd46124fbf0d081848f3 Mon Sep 17 00:00:00 2001 From: thomascube Date: Sun, 13 Nov 2005 19:02:28 +0000 Subject: Added new languages and new XMLHttpRequest class --- index.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index dcb65662c..16a3540d7 100644 --- a/index.php +++ b/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