diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-04-30 19:21:29 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-04-30 19:21:29 +0200 |
commit | f425b80debd994555ccf4b3905fbf2e6fef14cfc (patch) | |
tree | 42500e182e9dcd2183d1422bb424a57b962976cb /apps/files_versions | |
parent | b20b30b6fe46f3a8ca8111e1a8f787eae5a7de50 (diff) | |
download | nextcloud-server-f425b80debd994555ccf4b3905fbf2e6fef14cfc.tar.gz nextcloud-server-f425b80debd994555ccf4b3905fbf2e6fef14cfc.zip |
one todo less
Diffstat (limited to 'apps/files_versions')
-rw-r--r-- | apps/files_versions/versions.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_versions/versions.php b/apps/files_versions/versions.php index ece84da468d..36efb764033 100644 --- a/apps/files_versions/versions.php +++ b/apps/files_versions/versions.php @@ -28,7 +28,6 @@ class Storage { // todo: // - port to oc_filesystem to enable network transparency // - check if it works well together with encryption - // - do configuration web interface // - implement expire all function. And find a place to call it ;-) // - add transparent compression. first test if it´s worth it. |