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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-07-28 10:30:29 +0300
committerMichal Čihař <michal@cihar.com>2016-07-28 10:30:29 +0300
commit298f19b3be9895d312a3e13ac5747d5d6c7190a2 (patch)
treed9b4a367c807bc747a093eeb8602f4e569f5f8e5 /doc/require.rst
parent257e65ba9f6ae6e8ce94d261165260dedaa58a03 (diff)
Use https links in docs where available
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'doc/require.rst')
-rw-r--r--doc/require.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/require.rst b/doc/require.rst
index 71e24f83ea..4e3c7ec789 100644
--- a/doc/require.rst
+++ b/doc/require.rst
@@ -21,19 +21,19 @@ PHP
("image/jpeg: inline") with their original aspect ratio.
* When using the cookie authentication (the default), the `openssl
- <http://www.php.net/openssl>`_ extension is strongly suggested.
+ <https://www.php.net/openssl>`_ extension is strongly suggested.
* To support upload progress bars, see :ref:`faq2_9`.
* To support XML and Open Document Spreadsheet importing, you need the
- `libxml <http://www.php.net/libxml>`_ extension.
+ `libxml <https://www.php.net/libxml>`_ extension.
* To support reCAPTCHA on the login page, you need the
- `openssl <http://www.php.net/openssl>`_ extension.
+ `openssl <https://www.php.net/openssl>`_ extension.
* To support displaying phpMyAdmin's latest version, you need to enable
``allow_url_open`` in your :file:`php.ini` or to have the
- `curl <http://www.php.net/curl>`_ extension.
+ `curl <https://www.php.net/curl>`_ extension.
* Performance suggestion: install the ``ctype`` extension.