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 12:13:42 +0300
committerWilliam Desportes <williamdes@wdes.fr>2019-12-21 13:03:10 +0300
commit313da618bd49569cfc68a7dd3f1e72941e0e73eb (patch)
treefb61e41d5a3779af354e1b450d82f3e3b6f5e7d0 /doc/require.rst
parente1db42a0f6a729ec74d78968fd2bd71967d34179 (diff)
Fix redirection form secure.php.net to www.php.net
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 e9a48e50b9..6a2c9ebde6 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`