summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/templates/settings.php')
-rw-r--r--apps/files_sharing/templates/settings.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/files_sharing/templates/settings.php b/apps/files_sharing/templates/settings.php
deleted file mode 100644
index 5b6ba5f33ee..00000000000
--- a/apps/files_sharing/templates/settings.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<form id="resharing">
- <fieldset class="personalblock">
- <input type="checkbox" name="allowResharing" id="allowResharing" value="1" <?php if ($_['allowResharing'] == 'yes') echo ' checked="checked"'; ?> /> <label for="allowResharing"><?php echo $l->t('Enable Resharing'); ?></label> <br/>
- <em><?php echo $l->t('Allow users to reshare files they don\'t own');?></em>
- </fieldset>
-</form> \ No newline at end of file