diff options
author | Sam Tuke <samtuke@owncloud.com> | 2013-02-05 17:06:15 +0000 |
---|---|---|
committer | Sam Tuke <samtuke@owncloud.com> | 2013-02-05 17:06:15 +0000 |
commit | b84e83261ec8caf2ce128017d703e4139e3f6211 (patch) | |
tree | 2e79b558d897ac2c9afeb5b8f9fadb2b7155266c /apps/files_encryption/appinfo | |
parent | 680c5b3dad9f83b912da3a0629060525d08c2165 (diff) | |
download | nextcloud-server-b84e83261ec8caf2ce128017d703e4139e3f6211.tar.gz nextcloud-server-b84e83261ec8caf2ce128017d703e4139e3f6211.zip |
Added notice to personal settings indicating what filetypes are not encrypted
Diffstat (limited to 'apps/files_encryption/appinfo')
-rw-r--r-- | apps/files_encryption/appinfo/app.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/files_encryption/appinfo/app.php b/apps/files_encryption/appinfo/app.php index 20045f34b08..e426f237bbe 100644 --- a/apps/files_encryption/appinfo/app.php +++ b/apps/files_encryption/appinfo/app.php @@ -43,7 +43,6 @@ if ( } +// Reguster settings scripts OCP\App::registerAdmin( 'files_encryption', 'settings' ); - -// This is disabled until client-side encryption is supported: -// OCP\App::registerPersonal( 'files_encryption', 'settings-personal' );
\ No newline at end of file +OCP\App::registerPersonal( 'files_encryption', 'settings-personal' );
\ No newline at end of file |