summaryrefslogtreecommitdiffstats
path: root/settings/templates/admin.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-05-07 10:44:03 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-05-07 10:44:03 +0200
commit12b24ee567349faa7991b0a86d45e42b67daf43e (patch)
treeb74b084c76d0aa86e431349f2d0d987e9da2f990 /settings/templates/admin.php
parent3dee907b70e649f954db4c9585f302c3fb2c13d9 (diff)
parenteadc2c330c36362cb192d7a352d31b5515aa26d5 (diff)
downloadnextcloud-server-12b24ee567349faa7991b0a86d45e42b67daf43e.tar.gz
nextcloud-server-12b24ee567349faa7991b0a86d45e42b67daf43e.zip
Merge pull request #16034 from owncloud/issue-15987-encryption-module-admin-page
Display the module settings in the list of the encryption modules
Diffstat (limited to 'settings/templates/admin.php')
-rw-r--r--settings/templates/admin.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index f5a3a40662a..1fc8c9faf7e 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -351,6 +351,8 @@ if ($_['cronErrors']) {
<label
for="<?php p($id) ?>"><?php p($module['displayName']) ?></label>
<br/>
+
+ <?php if ($id === 'OC_DEFAULT_MODULE') print_unescaped($_['ocDefaultEncryptionModulePanel']); ?>
<?php endforeach; ?>
</fieldset>
<?php } ?>