Disable time limit for folder download requests

pull/175/head
Thomas Bruederli 10 years ago
parent 188247894f
commit b08306ec1f

@ -169,6 +169,8 @@ class zipdownload extends rcube_plugin
*/
public function download_folder()
{
@set_time_limit(0);
$imap = rcmail::get_instance()->get_storage();
$mbox_name = $imap->get_folder();

Loading…
Cancel
Save