for now..
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
This commit is contained in:
parent
ef760f0c8e
commit
bb51933dd1
@ -220,6 +220,7 @@ function pictshareUploadImage($path,$hash=false)
|
|||||||
if(!file_exists($path)) return false;
|
if(!file_exists($path)) return false;
|
||||||
$request = curl_init('https://i.haschek.at/api/upload.php');
|
$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, CURLOPT_POST, true);
|
||||||
curl_setopt(
|
curl_setopt(
|
||||||
$request,
|
$request,
|
||||||
|
Reference in New Issue
Block a user