steffen: server/kolab-resource-handlers/kolab-resource-handlers/freebusy pfb.php, 1.19, 1.20

cvs at intevation.de cvs at intevation.de
Tue Jun 14 15:36:37 CEST 2005


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy
In directory doto:/tmp/cvs-serv31377

Modified Files:
	pfb.php 
Log Message:
max exec time

Index: pfb.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/pfb.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- pfb.php	23 Feb 2005 16:34:30 -0000	1.19
+++ pfb.php	14 Jun 2005 13:36:35 -0000	1.20
@@ -19,6 +19,8 @@
  */
 
 error_reporting(E_ALL);
+$max_execution_time = ini_get('max_execution_time');
+if( $max_execution_time < 200 ) ini_set('max_execution_time', '200');
 
 require_once('freebusy/freebusyldap.class.php');
 require_once('freebusy/freebusycache.class.php');
@@ -194,4 +196,4 @@
 // Finish up
 myLog("pfb.php complete", RM_LOG_DEBUG);
 shutdown();
-?>
\ No newline at end of file
+?>





More information about the commits mailing list