thomascube
2005-12-11 9fc381f4e8712fec0e7b67c0f4e7af0980261e16
index.php
@@ -62,7 +62,7 @@
// increase maximum execution time for php scripts
// (does not work in safe mode)
@set_time_limit('120');
@set_time_limit(120);
// include base files
require_once('include/rcube_shared.inc');
@@ -199,6 +199,13 @@
  }
// handle keep-alive signal
if ($_action=='keep-alive')
  {
  rcube_remote_response('');
  exit;
  }
// include task specific files
if ($_task=='mail')