summaryrefslogtreecommitdiffstats
path: root/files/templates/admin.php
blob: 65a540ac914a06a59245936742a1c2a2ab14bb2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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>