diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-13 09:22:23 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-13 09:22:23 +0200 |
commit | 2229da3596c9f6e25b1d30a30df35bf21b2bc219 (patch) | |
tree | a80f4a20377d61d251df0e3e4287d6e04a8f3420 /php/move.php | |
parent | b17c9ee6046735433e4ba037c9b60c5f592bd15e (diff) | |
download | fileup-2229da3596c9f6e25b1d30a30df35bf21b2bc219.tar.gz |
Move file to parent directories by dragging onto the path entries
Diffstat (limited to 'php/move.php')
-rw-r--r-- | php/move.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/move.php b/php/move.php index a79ce83..3b1bf05 100644 --- a/php/move.php +++ b/php/move.php @@ -8,7 +8,7 @@ require_once "misc.php"; session_start(); if (!isset($_POST['old_folder']) || !isset($_POST['new_folder']) || !isset($_POST['filename'])) { - error_log("bad /php/move.php call $_POST of:$_POST[old_folder] nf:$_POST[new_folder] fn:$_POST[filename]"); + error_log("bad /php/move.php call"); http_response_code(400); exit(1); } |