mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 03:50:37 -05:00
4 lines
129 B
JavaScript
4 lines
129 B
JavaScript
/* disable download and sharing actions */
|
|
var disableDownloadActions = true;
|
|
var disableSharing = true;
|
|
var trashBinApp = true;
|