Voting

: max(nine, six)?
(Example: nine)

The Note You're Voting On

hablutzel1 at gmail dot com
11 years ago
Be always aware that CURLOPT_SSL_VERIFYPEER set to FALSE or 0 should never be used for production as it makes the link inmediately vulnerable to man-in-the-middle attack, still you can use it during development, but I would suggest that only if you KNOW what are you doing, otherwise spend some more time making requests to HTTPS sites work without resorting to set that option to FALSE or 0.

<< Back to user notes page

To Top