lib/init.php

Aleksander Machniak machniak at kolabsys.com
Tue Feb 3 12:17:02 CET 2015


 lib/init.php |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 5d9a4438eda9d1289bf8d067d4f85f5394d2d7b9
Author: Aleksander Machniak <alec at alec.pl>
Date:   Tue Feb 3 12:16:25 2015 +0100

    Remove set_time_limit(600) - use a default (#4417)

diff --git a/lib/init.php b/lib/init.php
index 5a35fa8..1941ad2 100644
--- a/lib/init.php
+++ b/lib/init.php
@@ -35,9 +35,6 @@ $include_path .= RCUBE_INSTALL_PATH . 'lib/ext' . PATH_SEPARATOR;
 $include_path .= ini_get('include_path');
 set_include_path($include_path);
 
-// @TODO: what is a reasonable value for ActiveSync?
- at set_time_limit(600);
-
 // include global functions from Roundcube Framework
 require_once 'Roundcube/bootstrap.php';
 




More information about the commits mailing list