From 31735c3a91e0fd0d1a5f9b7f91948d50ce96a459 Mon Sep 17 00:00:00 2001 From: sh-project <57087620+sh-project@users.noreply.github.com> Date: Mon, 1 Mar 2021 02:29:31 +0200 Subject: [PATCH] Update update-php.php ; At the end of the url --- Update/update-php.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");