diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2014-05-06 19:20:49 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-06-05 16:54:04 +0200 |
commit | eb29b2984cf81f25df42d59ce1d5c9a9b307763c (patch) | |
tree | 7277d43f58f92aa3fd58bb863bf4bbf344f4a71b /apps/files_encryption/lib/crypt.php | |
parent | 2d83424a29e4dbaeb16856c87378a753b10cdb90 (diff) | |
download | nextcloud-server-eb29b2984cf81f25df42d59ce1d5c9a9b307763c.tar.gz nextcloud-server-eb29b2984cf81f25df42d59ce1d5c9a9b307763c.zip |
use oc_preferences instead of oc_encryption to store encyption settings
Diffstat (limited to 'apps/files_encryption/lib/crypt.php')
-rwxr-xr-x | apps/files_encryption/lib/crypt.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_encryption/lib/crypt.php b/apps/files_encryption/lib/crypt.php index 694791810c9..ee2c4024e09 100755 --- a/apps/files_encryption/lib/crypt.php +++ b/apps/files_encryption/lib/crypt.php @@ -43,6 +43,7 @@ class Crypt { * return encryption mode client or server side encryption
* @param string $user name (use system wide setting if name=null)
* @return string 'client' or 'server'
+ * @note at the moment we only support server side encryption
*/
public static function mode($user = null) {
|