Add provided (sanitised) email to output JSON

This commit is contained in:
Dan Q 2021-08-12 09:05:36 +01:00 committed by GitHub
parent 012ed1e825
commit 09538300d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,5 +112,6 @@ switch($action)
break;
}
$o['email'] = $email;
echo json_encode($o);
//var_dump($o);