Disable time limit to aid large updates

This commit is contained in:
Miles Lott 2002-01-20 16:04:25 +00:00
parent 5761dd24a6
commit f2424ca6fd
2 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,8 @@
); );
include ('./inc/functions.inc.php'); include ('./inc/functions.inc.php');
set_time_limit(0);
// Check header and authentication // Check header and authentication
if (!$phpgw_setup->auth('Config')) if (!$phpgw_setup->auth('Config'))
{ {

View File

@ -27,6 +27,8 @@
); );
include('./inc/functions.inc.php'); include('./inc/functions.inc.php');
set_time_limit(0);
$tpl_root = $phpgw_setup->setup_tpl_dir('setup'); $tpl_root = $phpgw_setup->setup_tpl_dir('setup');
$setup_tpl = CreateObject('phpgwapi.Template',$tpl_root); $setup_tpl = CreateObject('phpgwapi.Template',$tpl_root);
$setup_tpl->set_file(array( $setup_tpl->set_file(array(