mirror of
https://github.com/nextcloud/server.git
synced 2026-02-16 01:09:17 -05:00
4 lines
No EOL
128 B
JavaScript
4 lines
No EOL
128 B
JavaScript
/* disable download and sharing actions */
|
|
var disableDownloadActions = true;
|
|
var disableSharing = true;
|
|
var trashBinApp = true; |