summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/input.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2018-06-01 16:07:32 +0200
committerGitHub <noreply@github.com>2018-06-01 16:07:32 +0200
commitb1769f962d74adff766666e2b3e055191bf94b63 (patch)
tree3af32c2d6350f870479fd8515e40b8f3a06d5b98 /user_guide_src/source/libraries/input.rst
parent67cf9daa7857917dce389befd9605609f7e65bcf (diff)
parent52a87e506d4fc70bd5922b07a532852d28f28ab6 (diff)
[ci skip] Merge pull request #5503 from mehdibo/http-to-https
http:// to https://
Diffstat (limited to 'user_guide_src/source/libraries/input.rst')
-rw-r--r--user_guide_src/source/libraries/input.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/input.rst b/user_guide_src/source/libraries/input.rst
index b568dae6f..730b3a9b0 100644
--- a/user_guide_src/source/libraries/input.rst
+++ b/user_guide_src/source/libraries/input.rst
@@ -370,7 +370,7 @@ Class Reference
Returns an array of HTTP request headers.
Useful if running in a non-Apache environment where
- `apache_request_headers() <http://php.net/apache_request_headers>`_
+ `apache_request_headers() <https://secure.php.net/apache_request_headers>`_
will not be supported.
::