mirror of
https://github.com/nextcloud/server.git
synced 2026-04-04 16:45:22 -04:00
12 lines
483 B
PHP
12 lines
483 B
PHP
<form>
|
|
<input type="checkbox" /> Allow public folders<br>
|
|
|
|
(if public is enabled)<br>
|
|
<input type="radio" name="sharingaim" checked="checked" /> separated from webdav storage<br>
|
|
<input type="radio" name="sharingaim" /> let the user decide<br>
|
|
<input type="radio" name="sharingaim" /> folder "/public" in webdav storage<br>
|
|
(endif)<br>
|
|
|
|
<input type="checkbox" /> Allow downloading shared files<br>
|
|
<input type="checkbox" /> Allow uploading in shared directory<br>
|
|
</form>
|