32
3
mirror of https://github.com/joomla-docker/docker-joomla.git synced 2024-06-02 14:20:47 +00:00

Reset CURLOPT_SSL_VERIFYPEER

This commit is contained in:
J0WI 2018-01-30 18:41:36 +01:00
parent a6485e0bd4
commit c64f8e77b7

View File

@ -3,7 +3,6 @@
// Fetch the current 3.x version from the downloads site API
$ch = curl_init();
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_URL, 'https://downloads.joomla.org/api/v1/latest/cms');