From 6e0d0eb1fda8c16bdc6812a1315a20164c21cd45 Mon Sep 17 00:00:00 2001 From: skeeter Date: Tue, 26 Mar 2002 02:34:38 +0000 Subject: [PATCH] GNU Patch #184. --- setup/applications.php | 2 +- setup/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/applications.php b/setup/applications.php index 4a1e49c325..5728143944 100644 --- a/setup/applications.php +++ b/setup/applications.php @@ -28,7 +28,7 @@ ); include ('./inc/functions.inc.php'); - set_time_limit(0); + @set_time_limit(0); // Check header and authentication if (!$GLOBALS['phpgw_setup']->auth('Config')) diff --git a/setup/index.php b/setup/index.php index 465a1a639d..9b77c973b0 100644 --- a/setup/index.php +++ b/setup/index.php @@ -28,7 +28,7 @@ ); include('./inc/functions.inc.php'); - set_time_limit(0); + @set_time_limit(0); $tpl_root = $GLOBALS['phpgw_setup']->html->setup_tpl_dir('setup'); $setup_tpl = CreateObject('phpgwapi.Template',$tpl_root);