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:
Diffstat (limited to 'core/ProxyHttp.php')
-rw-r--r--core/ProxyHttp.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/ProxyHttp.php b/core/ProxyHttp.php
index ec62eca296..cb1fa654d3 100644
--- a/core/ProxyHttp.php
+++ b/core/ProxyHttp.php
@@ -193,7 +193,6 @@ class ProxyHttp
!empty($autoAppendFile);
}
-
/**
* Workaround IE bug when downloading certain document types over SSL and
* cache control headers are present, e.g.,
@@ -220,7 +219,6 @@ class ProxyHttp
}
}
-
/**
* Set response header, e.g., HTTP/1.0 200 Ok
*