From bb51933dd149bf16092f9e32ef6558e6b196baba Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 27 Oct 2023 12:15:19 +0200 Subject: [PATCH] for now.. --- web/inc/helpers.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/inc/helpers.php b/web/inc/helpers.php index e3b0fab..75fb14a 100644 --- a/web/inc/helpers.php +++ b/web/inc/helpers.php @@ -220,6 +220,7 @@ function pictshareUploadImage($path,$hash=false) if(!file_exists($path)) return false; $request = curl_init('https://i.haschek.at/api/upload.php'); + curl_setopt($request,CURLOPT_SSL_VERIFYPEER, false); curl_setopt($request, CURLOPT_POST, true); curl_setopt( $request,