diff options
author | Mehdi Bounya <mehdi.bounya@gmail.com> | 2018-05-18 01:41:30 +0200 |
---|---|---|
committer | Mehdi Bounya <mehdi.bounya@gmail.com> | 2018-05-18 01:41:30 +0200 |
commit | 52a87e506d4fc70bd5922b07a532852d28f28ab6 (patch) | |
tree | 5aee6ff3f2c293be396ffb1e5b1668555cdec0b9 /user_guide_src/source/libraries/encrypt.rst | |
parent | e837b9b8705c222d49f86ab051d2df717d986c5b (diff) |
http:// to https://
Diffstat (limited to 'user_guide_src/source/libraries/encrypt.rst')
-rw-r--r-- | user_guide_src/source/libraries/encrypt.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/encrypt.rst b/user_guide_src/source/libraries/encrypt.rst index 67e2a0190..10893b901 100644 --- a/user_guide_src/source/libraries/encrypt.rst +++ b/user_guide_src/source/libraries/encrypt.rst @@ -135,7 +135,7 @@ Class Reference $this->encrypt->set_cipher(MCRYPT_BLOWFISH); - Please visit php.net for a list of `available ciphers <http://php.net/mcrypt>`_. + Please visit php.net for a list of `available ciphers <https://secure.php.net/mcrypt>`_. If you'd like to manually test whether your server supports MCrypt you can use:: @@ -153,7 +153,7 @@ Class Reference $this->encrypt->set_mode(MCRYPT_MODE_CFB); - Please visit php.net for a list of `available modes <http://php.net/mcrypt>`_. + Please visit php.net for a list of `available modes <https://secure.php.net/mcrypt>`_. .. php:method:: encode_from_legacy($string[, $legacy_mode = MCRYPT_MODE_ECB[, $key = '']]) |