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')