diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-02-22 22:20:46 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-02-22 22:20:46 +0100 |
commit | 814bc2fd2bef739938716ae840a4db0de502422a (patch) | |
tree | 99f025e7eac4b6a2452e4790ef77b9bce12f71ba /apps/files_encryption/appinfo | |
parent | 2e05bd69f5b39f449f7e7475d81c27ee2b1f946a (diff) | |
download | nextcloud-server-814bc2fd2bef739938716ae840a4db0de502422a.tar.gz nextcloud-server-814bc2fd2bef739938716ae840a4db0de502422a.zip |
make encryption filetype blacklist configurable
Diffstat (limited to 'apps/files_encryption/appinfo')
-rw-r--r-- | apps/files_encryption/appinfo/app.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_encryption/appinfo/app.php b/apps/files_encryption/appinfo/app.php index 23f3955aa40..68c445d5d77 100644 --- a/apps/files_encryption/appinfo/app.php +++ b/apps/files_encryption/appinfo/app.php @@ -15,3 +15,5 @@ if(!isset($_SESSION['enckey']) and OC_User::isLoggedIn()){//force the user to re header("Location: ".OC::$WEBROOT.'/'); exit(); } + +OC_App::registerAdmin('files_encryption', 'settings'); |