Clarify language in comment relating to URL modification

This commit is contained in:
Angus B. Grieve-Smith 2020-05-01 13:28:42 -04:00
parent 93c4a0ab84
commit fd78a7b29e
1 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@ require_once __DIR__.'/config.php';
/* /*
The Mattermost server seems to be returning bare http urls, even The Mattermost server seems to be returning bare http urls, even if
though there is no http url in the config.json. If we are using there is no http url in the config.json. If we are using https we
https we need to modify them. need to modify them.
*/ */
$redirect_url_scheme = substr($_POST["redirect_uri"], 0, 5); $redirect_url_scheme = substr($_POST["redirect_uri"], 0, 5);