From f2424ca6fd45bf32da6fadff1e805646f2c67170 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Sun, 20 Jan 2002 16:04:25 +0000 Subject: [PATCH] Disable time limit to aid large updates --- setup/applications.php | 2 ++ setup/index.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/setup/applications.php b/setup/applications.php index c04238534c..348bb98eb2 100644 --- a/setup/applications.php +++ b/setup/applications.php @@ -28,6 +28,8 @@ ); include ('./inc/functions.inc.php'); + set_time_limit(0); + // Check header and authentication if (!$phpgw_setup->auth('Config')) { diff --git a/setup/index.php b/setup/index.php index a64b717b3e..4dce950b15 100644 --- a/setup/index.php +++ b/setup/index.php @@ -27,6 +27,8 @@ ); include('./inc/functions.inc.php'); + set_time_limit(0); + $tpl_root = $phpgw_setup->setup_tpl_dir('setup'); $setup_tpl = CreateObject('phpgwapi.Template',$tpl_root); $setup_tpl->set_file(array(