diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2014-06-02 16:29:03 +0200 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2014-06-02 16:29:03 +0200 |
commit | 57ef089aac11f66f7cb29e9de1cb1e7d7bb46058 (patch) | |
tree | d68c62c5ee4c29cedc14756168e627356d9e914b /apps/files/list.php | |
parent | 6f4bdbdb9495227c1ad1bf170ad9caeddea127c7 (diff) | |
download | nextcloud-server-57ef089aac11f66f7cb29e9de1cb1e7d7bb46058.tar.gz nextcloud-server-57ef089aac11f66f7cb29e9de1cb1e7d7bb46058.zip |
drop allowZIPdownload and maxZIPSize as options
Diffstat (limited to 'apps/files/list.php')
-rw-r--r-- | apps/files/list.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/list.php b/apps/files/list.php index e583839b251..5ecbd1c7fa0 100644 --- a/apps/files/list.php +++ b/apps/files/list.php @@ -33,6 +33,5 @@ $uploadLimit=OCP\Util::uploadLimit(); $tmpl = new OCP\Template('files', 'list', ''); $tmpl->assign('uploadLimit', $uploadLimit); // PHP upload limit $tmpl->assign('publicUploadEnabled', $publicUploadEnabled); -$tmpl->assign('allowZipDownload', intval(OCP\Config::getSystemValue('allowZipDownload', true))); $tmpl->printPage(); |