| Current Path : /var/www/html/abdullah/@bdullah/ |
| Current File : /var/www/html/abdullah/@bdullah/DEL.php |
<?php
if($_POST['pass']=="1qazxsw2"){
unlink($_POST['file']);
?>
<script>alert("The file was successfully deleted!!");window.location="./upload.php";</script>
<?php
}else{
header("Location: ./index.htm");
die();
}
?>