0.3.11
This commit is contained in:
parent
18444411ea
commit
0e3d07d3d9
@ -2323,7 +2323,7 @@ var $qls;
|
||||
$dataJSON = json_encode($data);
|
||||
$POSTData = array('data' => $dataJSON);
|
||||
|
||||
$ch = curl_init('https://patchcablemgr.com/public/process_entitlement.php');
|
||||
$ch = curl_init('https://patchcablemgr.com/public/process_entitlement.php?version='.PCM_VERSION);
|
||||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||
curl_setopt($ch, CURLOPT_POST, true);
|
||||
curl_setopt($ch, CURLOPT_POSTFIELDS, $POSTData);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user