mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 15:21:00 -04:00
3 lines
108 B
JavaScript
3 lines
108 B
JavaScript
/* disable download and sharing actions */
|
|
var disableDownloadActions = true;
|
|
var disableSharing = true;
|