for now..
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s

This commit is contained in:
Chris 2023-10-27 12:15:19 +02:00
parent ef760f0c8e
commit bb51933dd1

View File

@ -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,