mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 18:31:26 +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');
|
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'))
|
||||||
{
|
{
|
||||||
|
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user