You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/files/templates/admin.php

19 lines
548 B

<?php
/*
* Template for files admin page
*/
?>
<h1>Admin</h1>
<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>