summaryrefslogtreecommitdiff
path: root/roundcubemail/index.php
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-11-13 19:02:28 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-11-13 19:02:28 +0000
commit48668271f1df53195fef4259cc3c5b2a851c820e (patch)
tree76188d030c908dbe54b292f59c054f08d4caf3dc /roundcubemail/index.php
parent3477c5a63a6565323b84d92a4b7afe424f551380 (diff)
Added new languages and new XMLHttpRequest class
git-svn-id: https://svn.roundcube.net/trunk@82 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
-rw-r--r--roundcubemail/index.php8
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');