mirror of
https://github.com/typemill/typemill.git
synced 2025-08-04 13:17:29 +02:00
v2.14.4 fix curl in versioncontroller
This commit is contained in:
@@ -71,7 +71,7 @@ class ControllerApiSystemVersions extends Controller
|
||||
|
||||
if (defined('CURLSSLOPT_NATIVE_CA') && version_compare(curl_version()['version'], '7.71', '>='))
|
||||
{
|
||||
curl_setopt($ch, CURLOPT_SSL_OPTIONS, CURLSSLOPT_NATIVE_CA);
|
||||
curl_setopt($curl, CURLOPT_SSL_OPTIONS, CURLSSLOPT_NATIVE_CA);
|
||||
}
|
||||
curl_setopt($curl, CURLOPT_URL, $url);
|
||||
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
|
||||
|
@@ -1,4 +1,4 @@
|
||||
version: '2.14.3'
|
||||
version: '2.14.4'
|
||||
title: 'Typemill'
|
||||
author: 'Unknown'
|
||||
copyright: false
|
||||
|
Reference in New Issue
Block a user