mirror of
https://github.com/anatolykopyl/file-directory.git
synced 2026-03-26 12:54:30 +00:00
Added a delete function
This commit is contained in:
3
delete.php
Normal file
3
delete.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
unlink('files/' . $_POST["file"]);
|
||||
?>
|
||||
Reference in New Issue
Block a user