This commit is contained in:
skeeter 2002-03-26 02:34:38 +00:00
parent 7ac912a218
commit 6e0d0eb1fd
2 changed files with 2 additions and 2 deletions

View File

@ -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'))

View File

@ -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);