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, 1 insertions, 0 deletions
diff --git a/php/upload.php b/php/upload.php
index a4f816f..def98b3 100644
--- a/php/upload.php
+++ b/php/upload.php
@@ -41,6 +41,7 @@ if($codename=="filename taken" && $overwrite!=1)
http_response_code(409);
exit(0);
}
+unlink("$storage_root/$codename");
move_uploaded_file($file['tmp_name'], "$storage_root/$codename");
http_response_code(200);