1
0
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:
trendschau
2025-02-25 11:05:48 +01:00
parent a03e44f547
commit 3c3a5ecd96
2 changed files with 2 additions and 2 deletions

View File

@@ -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);

View File

@@ -1,4 +1,4 @@
version: '2.14.3'
version: '2.14.4'
title: 'Typemill'
author: 'Unknown'
copyright: false