diff options
author | Xavierando <46599892+Xavierando@users.noreply.github.com> | 2022-07-28 18:03:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-28 18:03:22 +0200 |
commit | 3a4c194f4cffe11d3b6b40d03c563a8398b57a9e (patch) | |
tree | 133692f3e0446b000b2da55906210234932c1142 /apps/settings/templates | |
parent | 532ea001a571078f643a70a906e15b32afebde6a (diff) | |
download | nextcloud-server-3a4c194f4cffe11d3b6b40d03c563a8398b57a9e.tar.gz nextcloud-server-3a4c194f4cffe11d3b6b40d03c563a8398b57a9e.zip |
Update sharing.php
Diffstat (limited to 'apps/settings/templates')
-rw-r--r-- | apps/settings/templates/settings/admin/sharing.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/settings/templates/settings/admin/sharing.php b/apps/settings/templates/settings/admin/sharing.php index 67a846bcc0c..d2c542248c1 100644 --- a/apps/settings/templates/settings/admin/sharing.php +++ b/apps/settings/templates/settings/admin/sharing.php @@ -130,8 +130,6 @@ </div> <?php } ?> - <input type="checkbox" name="shareapi_default_expire_date" id="shareapiDefaultExpireDate" class="checkbox" value="1" <?php if ($_['shareDefaultExpireDateSet'] === 'yes') { print_unescaped('checked="checked"'); } ?> /> - <input type="checkbox" name="shareapi_default_expire_date" id="shareapiDefaultExpireDate" class="checkbox" value="1" <?php if ($_['shareDefaultExpireDateSet'] === 'yes') { print_unescaped('checked="checked"'); |