2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-30 20:32:16 +00:00
Files
website/common/code/url.php
Daniel James 2a0874d35d Remove commented line, as it's not useful.
Turns out $_SERVER['REQUEST_SCHEME'] is only available on Apache 2.4
and later, $_SERVER['HTTPS'] is in the PHP documentation so is hopefully
always available. So HTTPS is the way to go.

Although, it is PHP so can never be sure.

http://stackoverflow.com/q/18008135/2434
2015-04-02 12:15:55 +01:00

1.9 KiB