summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/crypt.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-06-05 18:54:25 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-06-05 18:54:25 +0200
commit70e0ae063739b9749883bd184fee0a80f184685b (patch)
tree2280ca2140e53bb1706af64312ae7ba5b363964b /apps/files_encryption/lib/crypt.php
parent1c598085176e4bef12f5fbcd221ef6b832b734bb (diff)
parente9011a8c5525678c1574d59d243af17fca16e9ae (diff)
downloadnextcloud-server-70e0ae063739b9749883bd184fee0a80f184685b.tar.gz
nextcloud-server-70e0ae063739b9749883bd184fee0a80f184685b.zip
Merge pull request #8483 from owncloud/encryption_use_oc_preferences
[encryption] use oc preferences
Diffstat (limited to 'apps/files_encryption/lib/crypt.php')
-rwxr-xr-xapps/files_encryption/lib/crypt.php1
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) {