diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-06-10 12:57:18 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-07-29 13:39:05 +0200 |
commit | e15e394fccf5dc0be8df9f6f2619214ca2326f80 (patch) | |
tree | 02a7d0dee988143ea5cd46747a5f4ab1cae45232 /apps/files_encryption | |
parent | 2c8e5ec84ff98088fb9e3b275735098beaa5e27f (diff) | |
download | nextcloud-server-e15e394fccf5dc0be8df9f6f2619214ca2326f80.tar.gz nextcloud-server-e15e394fccf5dc0be8df9f6f2619214ca2326f80.zip |
add ajax call to decrypt all files
Conflicts:
apps/files_encryption/lib/crypt.php
Diffstat (limited to 'apps/files_encryption')
-rwxr-xr-x | apps/files_encryption/lib/crypt.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_encryption/lib/crypt.php b/apps/files_encryption/lib/crypt.php index 6543a0de5f3..d8d19029096 100755 --- a/apps/files_encryption/lib/crypt.php +++ b/apps/files_encryption/lib/crypt.php @@ -662,5 +662,9 @@ class Crypt { return rtrim($result, "\0");
}
}
+
+ public static function decryptAll() {
+ error_log("decrypt all");
+ }
}
\ No newline at end of file |