summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot2014-05-29 22:30:21 +0200
committerroot2014-05-29 22:30:21 +0200
commit550b5a2eb2d9632ced338839a60b848049d855fe (patch)
tree8ffbfb44da59aa0b6babed9061d72c0e29ae91b1
parenta7afe53942d4d83a86e986614ec5b9380f8648f3 (diff)
downloadfiles.iamfabulous.de-550b5a2eb2d9632ced338839a60b848049d855fe.tar.gz
fixed bug, now it's possible to create private folder.
-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>