Mention in the settings the side effect of outgoing federated shares
Currently outgoing federated shares need to be enabled to allow WebDAV access to public shares. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
0e207a8756
commit
eaeb994a20
|
@ -23,7 +23,7 @@ style('federatedfilesharing', 'settings-admin');
|
|||
print_unescaped('checked="checked"');
|
||||
} ?> />
|
||||
<label for="outgoingServer2serverShareEnabled">
|
||||
<?php p($l->t('Allow users on this server to send shares to other servers'));?>
|
||||
<?php p($l->t('Allow users on this server to send shares to other servers. This option also allows WebDAV access to public shares'));?>
|
||||
</label>
|
||||
</p>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue