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,