Erreurs de markdown dans HowtoPHP.md

This commit is contained in:
Patrick Marchand 2018-11-26 19:04:25 +01:00
parent 74bf4f0cb8
commit 098e9dab5b

View file

@ -845,14 +845,14 @@ php_admin_value sendmail_path "/bin/true"
### `allow_url_fopen = Off` empêche dutiliser file_get_contents
La solution est dutiliser
(fsockopen())[https://secure.php.net/manual/fr/function.fsockopen.php]
[fsockopen()](https://secure.php.net/manual/fr/function.fsockopen.php)
plutôt que
(file_get_contents())[https://secure.php.net/manual/fr/function.file-get-contents.php].
[file_get_contents()](https://secure.php.net/manual/fr/function.file-get-contents.php).
Il faut faire attention parce que cette API est aussi vulnérable a
(certaines attaques)[https://www.owasp.org/index.php/PHP_Top_5].
[certaines attaques](https://www.owasp.org/index.php/PHP_Top_5).
Exemple pour (Google Recaptcha)[http://www.google.com/recaptcha/intro/v3.html]:
Exemple pour [Google Recaptcha](http://www.google.com/recaptcha/intro/v3.html):
Remplacer