Browse Source

Disable time limit for folder download requests

pull/175/head
Thomas Bruederli 11 years ago
parent
commit
b08306ec1f
  1. 2
      plugins/zipdownload/zipdownload.php

2
plugins/zipdownload/zipdownload.php

@ -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