Thomas Bruederli
2014-04-08 b08306ec1fe1a8e444a87cdb1a0304042ba0f7d4
Disable time limit for folder download requests
1 files modified
2 ■■■■■ changed files
plugins/zipdownload/zipdownload.php 2 ●●●●● patch | view | raw | blame | history
plugins/zipdownload/zipdownload.php
@@ -169,6 +169,8 @@
     */
    public function download_folder()
    {
        @set_time_limit(0);
        $imap      = rcmail::get_instance()->get_storage();
        $mbox_name = $imap->get_folder();