summaryrefslogtreecommitdiffstats
path: root/apps/encryption_dummy/appinfo/app.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-04-30 10:51:51 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-30 10:51:51 +0200
commit7795265d9395d24371d73b6e9ff01839ec4646d4 (patch)
tree81e2b870a3db654e43311e6e60b609f2f52d92b1 /apps/encryption_dummy/appinfo/app.php
parent8bc9c56dcfc8406bdcdab5d31fd047166ddd052f (diff)
downloadnextcloud-server-7795265d9395d24371d73b6e9ff01839ec4646d4.tar.gz
nextcloud-server-7795265d9395d24371d73b6e9ff01839ec4646d4.zip
Moving encryption_dummy to the apps repo - fixes #15950
Diffstat (limited to 'apps/encryption_dummy/appinfo/app.php')
-rw-r--r--apps/encryption_dummy/appinfo/app.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/encryption_dummy/appinfo/app.php b/apps/encryption_dummy/appinfo/app.php
deleted file mode 100644
index 51a535a9820..00000000000
--- a/apps/encryption_dummy/appinfo/app.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-$manager = \OC::$server->getEncryptionManager();
-$module = new \OCA\Encryption_Dummy\DummyModule();
-$manager->registerEncryptionModule('OC_DUMMY_MODULE', 'Dummy Encryption Module', function() use ($module) {
- return $module;
-});
-