link update
This commit is contained in:
parent
24f77b3f7c
commit
492c37e063
|
|
@ -50,7 +50,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
'encrypted' => base64_encode($encrypted)
|
'encrypted' => base64_encode($encrypted)
|
||||||
];
|
];
|
||||||
|
|
||||||
$ch = curl_init('http://account.urmic.org/encoder/update.php');
|
$ch = curl_init('https://account.urmic.org/encoder/update.php');
|
||||||
curl_setopt_array($ch, [
|
curl_setopt_array($ch, [
|
||||||
CURLOPT_POST => true,
|
CURLOPT_POST => true,
|
||||||
CURLOPT_POSTFIELDS => $postData,
|
CURLOPT_POSTFIELDS => $postData,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue