mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +01:00
GNU Patch #184.
This commit is contained in:
parent
7ac912a218
commit
6e0d0eb1fd
@ -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'))
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user