forked from extern/egroupware
GNU Bug #507.
This commit is contained in:
parent
8a0cbcbab1
commit
c0570b884a
@ -108,6 +108,8 @@
|
|||||||
{
|
{
|
||||||
$GLOBALS['phpgw']->common->phpgw_header();
|
$GLOBALS['phpgw']->common->phpgw_header();
|
||||||
|
|
||||||
|
set_time_limit(0)
|
||||||
|
|
||||||
$this->template->set_file(array('import' => 'import.tpl'));
|
$this->template->set_file(array('import' => 'import.tpl'));
|
||||||
|
|
||||||
$dir_handle = opendir(PHPGW_APP_INC . SEP . 'import');
|
$dir_handle = opendir(PHPGW_APP_INC . SEP . 'import');
|
||||||
@ -199,6 +201,8 @@
|
|||||||
{
|
{
|
||||||
$GLOBALS['phpgw']->common->phpgw_header();
|
$GLOBALS['phpgw']->common->phpgw_header();
|
||||||
|
|
||||||
|
set_time_limit(0)
|
||||||
|
|
||||||
$this->template->set_file(array('export' => 'export.tpl'));
|
$this->template->set_file(array('export' => 'export.tpl'));
|
||||||
|
|
||||||
$dir_handle = opendir(PHPGW_APP_INC. SEP . 'export');
|
$dir_handle = opendir(PHPGW_APP_INC. SEP . 'export');
|
||||||
|
Loading…
Reference in New Issue
Block a user