diff options
| author | root | 2014-05-29 22:30:21 +0200 |
|---|---|---|
| committer | root | 2014-05-29 22:30:21 +0200 |
| commit | 550b5a2eb2d9632ced338839a60b848049d855fe (patch) | |
| tree | 8ffbfb44da59aa0b6babed9061d72c0e29ae91b1 /www | |
| parent | a7afe53942d4d83a86e986614ec5b9380f8648f3 (diff) | |
| download | files.iamfabulous.de-550b5a2eb2d9632ced338839a60b848049d855fe.tar.gz | |
fixed bug, now it's possible to create private folder.
Diffstat (limited to 'www')
| -rw-r--r-- | www/browse.php | 2 |
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> |
