Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-05-04 07:16:13 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-04 07:16:13 +0400
commitcef8bd567c9cdb8ce356c52b3d71100992d2db21 (patch)
tree79858a141840dd55824dd8e5a59a73e87e9f9062 /core/ProxyHeaders.php
parentabe158d32365558ee296e980b537b6303581ddee (diff)
Refs #4990 remove Protocol section from system check
Diffstat (limited to 'core/ProxyHeaders.php')
-rw-r--r--core/ProxyHeaders.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/ProxyHeaders.php b/core/ProxyHeaders.php
index 4a6fa3fd75..802d1c311e 100644
--- a/core/ProxyHeaders.php
+++ b/core/ProxyHeaders.php
@@ -22,10 +22,6 @@ class ProxyHeaders
*/
public static function getProtocolInformation()
{
- if (Common::getRequestVar('clientProtocol', 'http', 'string') == 'https') {
- return 'https';
- }
-
if (isset($_SERVER['SERVER_PORT']) && $_SERVER['SERVER_PORT'] == 443) {
return 'SERVER_PORT=443';
}