Bump PHPMailer from 7.0.0 to 7.0.1

This commit is contained in:
johnnyq
2025-11-28 17:24:12 -05:00
parent 540512a156
commit 78e4787b99
13 changed files with 123 additions and 73 deletions

View File

@@ -178,5 +178,5 @@ if (!isset($_GET['code'])) {
);
//Use this to interact with an API on the users behalf
//Use this to get a new access token if the old one expires
echo 'Refresh Token: ', htmlspecialchars($token->getRefreshToken());
echo 'Refresh Token: ', htmlspecialchars($token->getRefreshToken(), ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401);
}