Added a delete function

This commit is contained in:
2021-10-23 17:59:50 +03:00
parent 173ae5fcc5
commit 99acb1bd2a
3 changed files with 20 additions and 3 deletions

3
delete.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
unlink('files/' . $_POST["file"]);
?>