1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 16:31:13 +00:00

add ENBALE_ENCRYPT_LIBRARY setting

This commit is contained in:
lian
2015-09-24 17:20:45 +08:00
parent 4baf74926b
commit 668fdb7215
10 changed files with 31 additions and 6 deletions

View File

@@ -30,7 +30,8 @@ define([
templateData: function() {
return {
showSharePerm: false
showSharePerm: false,
enable_encrypt_library: app.pageOptions.enable_encrypt_library
};
},