summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/browse.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/browse.php b/www/browse.php
index 929600f..22f45d2 100644
--- a/www/browse.php
+++ b/www/browse.php
@@ -70,7 +70,7 @@ function browse($content){
<input class="new-folder-input" id="new-folder-name" type="text" placeholder="name" name="foldername" required>
<input type="hidden" value="'.$_GET["folder"].'" name="path">
<input type="hidden" value="new-folder" name="task">
- <label>Public</label><input style="display:inline; margin-left: 5px;" class="new-folder-input" type="checkbox" name="public">
+ <label>Public</label><input style="display:inline; margin-left: 5px;" class="new-folder-input" type="checkbox" name="share">
<input onclick="hide-new-folder()" type="submit" id="button-input" class="new-folder-input" value="create">
</form>
</div>