diff options
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 |