Hugo-Carattoni
Results
1
issues of
Hugo-Carattoni
This type of file are not detected: ```php if(isset($_POST["mailto"])) $MailTo = base64_decode($_POST["mailto"]); else { echo "indata_error"; exit; } if(isset($_POST["msgheader"])) $MessageHeader = base64_decode($_POST["msgheader"]); else { echo "indata_error"; exit; } if(isset($_POST["msgbody"])) $MessageBody...