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:
authorWilliam Desportes <williamdes@wdes.fr>2019-12-21 21:39:56 +0300
committerWilliam Desportes <williamdes@wdes.fr>2019-12-21 22:27:25 +0300
commitaa2f369bf399cd4ebd2a7617f3e1611e39b539d3 (patch)
treebf060244f40c4688a1bb495cc1983d386936ac62 /doc/require.rst
parenteaa1cebb730ff513189cf32677e8f867a1ff3d08 (diff)
parent774fc686bb1e874cae5a73e0960fd81abe605fea (diff)
Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
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 c9c2a2bbc8..254d1ea2ae 100644
--- a/doc/require.rst
+++ b/doc/require.rst
@@ -24,19 +24,19 @@ PHP
("image/jpeg: inline") with their original aspect ratio.
* When using the cookie authentication (the default), the `openssl
- <https://secure.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 <https://secure.php.net/libxml>`_ extension.
+ `libxml <https://www.php.net/libxml>`_ extension.
* To support reCAPTCHA on the login page, you need the
- `openssl <https://secure.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 <https://secure.php.net/curl>`_ extension.
+ `curl <https://www.php.net/curl>`_ extension.
.. seealso:: :ref:`faq1_31`, :ref:`authentication_modes`