aboutsummaryrefslogtreecommitdiffstats
path: root/php/upload.php
diff options
context:
space:
mode:
Diffstat (limited to 'php/upload.php')
-rw-r--r--php/upload.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/php/upload.php b/php/upload.php
index b6cd335..01ab6a6 100644
--- a/php/upload.php
+++ b/php/upload.php
@@ -19,7 +19,6 @@ if($codename=="error")
http_response_code(400);
exit(0);
}
-error_log($file['tmp_name']);
move_uploaded_file($file['tmp_name'], "$storage_root/$codename");
http_response_code(200);