mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Disable time limit to aid large updates
This commit is contained in:
parent
5761dd24a6
commit
f2424ca6fd
@ -28,6 +28,8 @@
|
||||
);
|
||||
include ('./inc/functions.inc.php');
|
||||
|
||||
set_time_limit(0);
|
||||
|
||||
// Check header and authentication
|
||||
if (!$phpgw_setup->auth('Config'))
|
||||
{
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user