From ecf7590cb84bb944d4adcd46124fbf0d081848f3 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sun, 13 Nov 2005 14:02:28 -0500 Subject: [PATCH] Added new languages and new XMLHttpRequest class --- index.php | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/index.php b/index.php index dcb6566..16a3540 100644 --- a/index.php +++ b/index.php @@ -289,6 +289,14 @@ } +// 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'); -- Gitblit v1.9.1