fixed minor typos in comment
This commit is contained in:
parent
a5f8b05912
commit
fd54cf6f06
1 changed files with 2 additions and 2 deletions
|
@ -302,8 +302,8 @@ class Pico {
|
|||
*/
|
||||
private function get_protocol()
|
||||
{
|
||||
// need to check if HTTPS is set and is not 'off' (and ISAPI/IIS
|
||||
// peculiarity)
|
||||
// need to check if HTTPS is set and is not 'off' (a documented
|
||||
// ISAPI/IIS peculiarity)
|
||||
if (isset($_SERVER['HTTPS']) && ($_SERVER['HTTPS'] !== 'off')) {
|
||||
$protocol = 'https';
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue