diff --git a/Update/update-php.php b/Update/update-php.php index 2e116b0..dde9c8f 100644 --- a/Update/update-php.php +++ b/Update/update-php.php @@ -2,7 +2,7 @@ "accountname" : "מושון" }'; $objectid = '332DB2BF-3694-4F80-B82F-99F87B5AAB56'; -$url='https://secure.powerlink.co.il/api/record/account/'.$objectid +$url='https://secure.powerlink.co.il/api/record/account/'.$objectid; $data_string = json_encode($data); $curl = curl_init(); curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "PUT");