diff options
author | Robin Appelman <robin@icewind.nl> | 2019-08-19 13:59:34 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2019-09-09 16:51:24 +0200 |
commit | 1d51b297a908d427016983b45924834f6dfd95c7 (patch) | |
tree | 7f128f999f3672999a414ba9c97dcb152f8e3862 /apps/files_external/templates | |
parent | 507eb30e1d7ab2ea31934796621cd6614c2af750 (diff) | |
download | nextcloud-server-1d51b297a908d427016983b45924834f6dfd95c7.tar.gz nextcloud-server-1d51b297a908d427016983b45924834f6dfd95c7.zip |
Allow admin configured mounts to use user configured global credentials
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_external/templates')
-rw-r--r-- | apps/files_external/templates/settings.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_external/templates/settings.php b/apps/files_external/templates/settings.php index 1d1fcee1d8a..f94900dccde 100644 --- a/apps/files_external/templates/settings.php +++ b/apps/files_external/templates/settings.php @@ -188,7 +188,6 @@ <?php endif; ?> </form> -<?php if ($canCreateMounts): ?> <div class="followupsection"> <form autocomplete="false" action="#" id="global_credentials"> @@ -207,4 +206,3 @@ <input type="submit" value="<?php p($l->t('Save')) ?>"/> </form> </div> -<?php endif; ?> |