summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2005-11-13 19:02:28 +0000
committerthomascube <thomas@roundcube.net>2005-11-13 19:02:28 +0000
commitecf7590cb84bb944d4adcd46124fbf0d081848f3 (patch)
tree8ceec5a6f965f17a8934467a2059b1ad2017e223 /index.php
parent583f1c8d80c42195d0ee41f30a885e13d777b79f (diff)
Added new languages and new XMLHttpRequest class
Diffstat (limited to 'index.php')
-rw-r--r--index.php8
1 files changed, 8 insertions, 0 deletions
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');