Skip to content
Snippets Groups Projects
Commit 7a44d457 authored by Thomas Müller's avatar Thomas Müller
Browse files

change anonymous to public

parent c3e16a73
No related branches found
No related tags found
No related merge requests found
...@@ -149,8 +149,8 @@ if (!$_['internetconnectionworking']) { ...@@ -149,8 +149,8 @@ if (!$_['internetconnectionworking']) {
<td <?php if ($_['shareAPIEnabled'] == 'no') print_unescaped('style="display:none"');?>> <td <?php if ($_['shareAPIEnabled'] == 'no') print_unescaped('style="display:none"');?>>
<input type="checkbox" name="shareapi_allow_public_upload" id="allowPublicUpload" <input type="checkbox" name="shareapi_allow_public_upload" id="allowPublicUpload"
value="1" <?php if ($_['allowPublicUpload'] == 'yes') print_unescaped('checked="checked"'); ?> /> value="1" <?php if ($_['allowPublicUpload'] == 'yes') print_unescaped('checked="checked"'); ?> />
<label for="allowPublicUpload"><?php p($l->t('Allow anonymous uploads'));?></label><br/> <label for="allowPublicUpload"><?php p($l->t('Allow public uploads'));?></label><br/>
<em><?php p($l->t('Allow users to enable others to anonymously upload into their publicly shared folders')); ?></em> <em><?php p($l->t('Allow users to enable others to upload into their publicly shared folders')); ?></em>
</td> </td>
</tr> </tr>
<tr> <tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment