Initial commit of the Labchain OS software
This commit is contained in:
6
delete.php
Normal file
6
delete.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$t= $_POST['name'];
|
||||
echo $t;
|
||||
|
||||
unlink('/var/www/html/uploads/' .$t);
|
||||
?>
|
||||
Reference in New Issue
Block a user