Clarify language in comment relating to URL modification
This commit is contained in:
parent
93c4a0ab84
commit
fd78a7b29e
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue